provider/google: bump container cluster version in tests.
The version we were using has been deprecated and is no longer available, making the withVersion test no longer pass. I've bumped it to the latest available version.
This commit is contained in:
parent
e57790e636
commit
dea8b267a9
|
@ -345,7 +345,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