Merge pull request #13635 from hashicorp/paddy_fix_node_version
provider/google: bump container cluster version in tests.
This commit is contained in:
commit
a00dafd2c6
|
@ -403,7 +403,7 @@ var testAccContainerCluster_withVersion = fmt.Sprintf(`
|
|||
resource "google_container_cluster" "with_version" {
|
||||
name = "cluster-test-%s"
|
||||
zone = "us-central1-a"
|
||||
node_version = "1.5.2"
|
||||
node_version = "1.6.0"
|
||||
initial_node_count = 1
|
||||
|
||||
master_auth {
|
||||
|
|
Loading…
Reference in New Issue