Skip to content

Commit ab3e4af

Browse files
committed
GCP - Support K8s 1.33 (PSCLOUD-75)
1 parent cebf3fb commit ab3e4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/plan_cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func GetDefaultPlanVars(t *testing.T) map[string]interface{} {
142142
variables["default_public_access_cidrs"] = []string{"123.45.67.89/16"}
143143
variables["project"] = credsFileContents["project_id"]
144144
variables["service_account_keyfile"] = "/.viya4-tf-gcp-service-account.json"
145-
variables["kubernetes_version"] = "1.31"
145+
variables["kubernetes_version"] = "1.32"
146146

147147
return variables
148148
}

0 commit comments

Comments
 (0)