Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/cloud-router/g…
Browse files Browse the repository at this point in the history
…oogle to v6
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent 0f4b28a commit 7116be4
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 @@ -42,7 +42,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 7116be4

Please sign in to comment.