Skip to content

Commit 83232ad

Browse files
author
crafty
authored
update vars
1 parent 291172a commit 83232ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform_gcp/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ variable "private_key_path" {
1010

1111
variable "project_name" {
1212
description = "Name of your GCP project. Example: ansible-terraform-218216"
13-
default = "ansible-terraform-218216"
13+
default = "v2-dev-volusion"
1414
}
1515

1616
variable "ssh_user" {
1717
description = "SSH user name to connect to your instance."
18-
default = "scarolan"
18+
default = "scott.defranc@volusion.com"
1919
}

0 commit comments

Comments
 (0)