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 (#87)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 30, 2023
1 parent 64eddbf commit b637148
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 b637148

Please sign in to comment.