provider/google: Update node version in container cluster test

This commit is contained in:
Dana Hoffman 2017-02-09 16:14:00 -08:00
parent 0a60142080
commit b18e7bcfd2
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ var testAccContainerCluster_withVersion = fmt.Sprintf(`
resource "google_container_cluster" "with_version" {
name = "cluster-test-%s"
zone = "us-central1-a"
node_version = "1.4.7"
node_version = "1.5.2"
initial_node_count = 1
master_auth {