File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
terraform/getting-started-deployment-tf Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
9393gcp_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# ###########################
You can’t perform that action at this time.
0 commit comments