Skip to content

Commit

Permalink
fix: fixed gke module version
Browse files Browse the repository at this point in the history
  • Loading branch information
anaik91 committed May 31, 2024
1 parent ab7d5e2 commit fc00aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/terraform/runtime-plane-gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

module "gke" {
source = "terraform-google-modules/kubernetes-engine/google//modules/beta-private-cluster-update-variant"
version = "31.0.0"
project_id = var.project_id
name = var.cluster_name
region = var.region
Expand Down
2 changes: 1 addition & 1 deletion test/terraform/runtime-plane-gke/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ subnetwork = "default"
ip_range_pods = "pods"
ip_range_services = "svc"
service_account_name = "apigee-gke-svc-account"
kubernetes_version = "1.27.9-gke.1092000"
kubernetes_version = "1.27.11-gke.1062003"
master_ipv4_cidr_block = "10.220.0.0/28"
master_authorized_networks = [
{ cidr_block = "10.132.0.0/20", display_name = "europe-west1-subnet" },
Expand Down

0 comments on commit fc00aab

Please sign in to comment.