We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebf3fb commit ab3e4afCopy full SHA for ab3e4af
test/helpers/plan_cache.go
@@ -142,7 +142,7 @@ func GetDefaultPlanVars(t *testing.T) map[string]interface{} {
142
variables["default_public_access_cidrs"] = []string{"123.45.67.89/16"}
143
variables["project"] = credsFileContents["project_id"]
144
variables["service_account_keyfile"] = "/.viya4-tf-gcp-service-account.json"
145
- variables["kubernetes_version"] = "1.31"
+ variables["kubernetes_version"] = "1.32"
146
147
return variables
148
}
0 commit comments