Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Update tf config
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick committed Sep 6, 2019
1 parent d0eb095 commit a8ce0aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/build/gcp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,10 @@ resource "google_compute_region_instance_group_manager" "appserver" {
resource "google_container_cluster" "primary" {
project = "${var.gcp_project_id}"
name = "${var.gcp_kube_cluster_name}"
zone = "${var.gcp_kube_cluster_zone}"
location = "${var.gcp_kube_cluster_zone}"
initial_node_count = "${var.gcp_kube_cluster_size}"

additional_zones = [
node_locations = [
"${var.gcp_kube_cluster_zone_extra1}",
"${var.gcp_kube_cluster_zone_extra2}",
]
Expand Down

0 comments on commit a8ce0aa

Please sign in to comment.