Merge branch 'master' of github.com:hashicorp/terraform
* 'master' of github.com:hashicorp/terraform: provider/google: bump container cluster version in tests.
This commit is contained in:
commit
aeb97165d6
|
@ -403,7 +403,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