Skip to content

Commit

Permalink
fix(deps): update terraform terraform-google-modules/cloud-router/goo…
Browse files Browse the repository at this point in the history
…gle to v6
  • Loading branch information
renovate[bot] authored Aug 30, 2023
1 parent 57f991b commit bf95163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/nat/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module "vpc" {
# [START cloudnat_simple_create]
module "cloud_router" {
source = "terraform-google-modules/cloud-router/google"
version = "~> 5.0"
version = "~> 6.0"
name = "my-cloud-router"
project = var.project_id
network = module.vpc.network_name
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module "vpc" {
# [START cloudrouter_create]
module "cloud_router" {
source = "terraform-google-modules/cloud-router/google"
version = "~> 5.0"
version = "~> 6.0"

name = "my-router"
region = "us-central1"
Expand Down

0 comments on commit bf95163

Please sign in to comment.