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:
Paddy 2017-04-12 12:38:45 -07:00
parent e57790e636
commit dea8b267a9
1 changed files with 1 additions and 1 deletions

View File

@ -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 {