Skip to content

Commit

Permalink
chore: update modules in gke_cluster_autoscaler_policies (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trojan295 authored Oct 21, 2024
1 parent ca744f5 commit 0121ed0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/gke/gke_cluster_autoscaler_policies/gke.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module "gke" {
source = "terraform-google-modules/kubernetes-engine/google"
version = "24.1.0"
version = "33.1.0"
project_id = var.project_id
name = var.cluster_name
region = var.cluster_region
Expand Down
1 change: 1 addition & 0 deletions examples/gke/gke_cluster_autoscaler_policies/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ variable "cluster_region" {
variable "cluster_zones" {
type = list(string)
description = "The zones to create the cluster."
default = []
}

variable "project_id" {
Expand Down
2 changes: 1 addition & 1 deletion examples/gke/gke_cluster_autoscaler_policies/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ locals {

module "vpc" {
source = "terraform-google-modules/network/google"
version = "6.0.0"
version = "9.3.0"
project_id = var.project_id
network_name = var.cluster_name
subnets = [
Expand Down

0 comments on commit 0121ed0

Please sign in to comment.