Skip to content

Commit

Permalink
Drop explicit version from simple_zonal example
Browse files Browse the repository at this point in the history
The explicit version in the simple_zonal example is causing failures as
1.11.4-gke.13 has been dropped as a valid master version. This commit
drops the explicit versions in the simple_zonal example; we can just use
the latest version avilable.
  • Loading branch information
adrienthebo committed Jan 29, 2019
1 parent 67fe85a commit 847e847
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/simple_zonal/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ module "gke" {
subnetwork = "${var.subnetwork}"
ip_range_pods = "${var.ip_range_pods}"
ip_range_services = "${var.ip_range_services}"
kubernetes_version = "1.11.4-gke.13"
node_version = "1.11.4-gke.13"
service_account = "${var.compute_engine_service_account}"
}

Expand Down

0 comments on commit 847e847

Please sign in to comment.