Skip to content

Commit d223b61

Browse files
doc-1876: updated terraform.tfvars file
1 parent 9096ba0 commit d223b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/getting-started-deployment-tf/terraform.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ gcp_control_plane_nodes = {
8787
control_plane = true
8888
instance_type = "n2-standard-4"
8989
disk_size_gb = "60"
90-
availability_zones = ["us-east1-b"] # If you want to deploy to multiple AZs, add them here. Example: ["us-central1-a", "us-central1-b"].
90+
availability_zones = ["REPLACE ME"] # If you want to deploy to multiple AZs, add them here. Example: ["us-central1-a", "us-central1-b"].
9191
}
9292

9393
gcp_worker_nodes = {
9494
count = "1"
9595
control_plane = false
9696
instance_type = "n2-standard-4"
9797
disk_size_gb = "60"
98-
availability_zones = ["us-east1-b"] # If you want to deploy to multiple AZs, add them here. Example: ["us-central1-a", "us-central1-b"].
98+
availability_zones = ["REPLACE ME"] # If you want to deploy to multiple AZs, add them here. Example: ["us-central1-a", "us-central1-b"].
9999
}
100100

101101
############################

0 commit comments

Comments
 (0)