Merge pull request #11840 from danawillow/gke-version

provider/google: Update node version in container cluster test
pull/11877/head
Dana Hoffman 9 years ago committed by GitHub
commit ccb3674c04

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

Loading…
Cancel
Save