We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291172a commit 83232adCopy full SHA for 83232ad
terraform_gcp/variables.tf
@@ -10,10 +10,10 @@ variable "private_key_path" {
10
11
variable "project_name" {
12
description = "Name of your GCP project. Example: ansible-terraform-218216"
13
- default = "ansible-terraform-218216"
+ default = "v2-dev-volusion"
14
}
15
16
variable "ssh_user" {
17
description = "SSH user name to connect to your instance."
18
- default = "scarolan"
+ default = "scott.defranc@volusion.com"
19
0 commit comments