diff --git a/01_infrastructure/main.tf b/01_infrastructure/main.tf index fc0c1bd..6c90dbf 100644 --- a/01_infrastructure/main.tf +++ b/01_infrastructure/main.tf @@ -6,7 +6,7 @@ resource "random_id" "platform_suffix" { module "gke" { source = "terraform-google-modules/kubernetes-engine/google" - version = "~> 31.0" + version = "~> 34.0" project_id = var.gcp_project_id name = var.gcp_platform_name