Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
only use one of auto_upgrade or version
Browse files Browse the repository at this point in the history
  • Loading branch information
robmorgan committed Jan 17, 2019
1 parent 61eb7c5 commit eed633b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/gke-regional-public-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ resource "google_container_node_pool" "node_pool" {
project = "${var.project}"
region = "${var.region}"
cluster = "${var.cluster_name}"
version = "latest"
initial_node_count = "1"

autoscaling {
Expand Down

0 comments on commit eed633b

Please sign in to comment.