mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #11840 from danawillow/gke-version
provider/google: Update node version in container cluster test
This commit is contained in:
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…
Reference in New Issue
Block a user