Merge pull request #11840 from danawillow/gke-version

provider/google: Update node version in container cluster test
This commit is contained in:
Dana Hoffman 2017-02-09 16:33:43 -08:00 committed by GitHub
commit ccb3674c04
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 {