Skip to content

Commit

Permalink
chore(deps): update tf modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 15, 2023
1 parent a0c5f3a commit 9c904b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/kubectl_wrapper_example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module "enabled_google_apis" {

module "gcp-network" {
source = "terraform-google-modules/network/google"
version = "~> 6.0"
version = "~> 7.0"
project_id = module.enabled_google_apis.project_id
network_name = var.network

Expand Down Expand Up @@ -63,7 +63,7 @@ module "gcp-network" {

module "gke" {
source = "terraform-google-modules/kubernetes-engine/google"
version = "~> 24.0"
version = "~> 26.0"
project_id = module.enabled_google_apis.project_id
name = var.cluster_name
regional = true
Expand Down

0 comments on commit 9c904b7

Please sign in to comment.