Skip to content

Commit 607814e

Browse files
chore(deps): Update Terraform terraform-google-modules/cloud-router/google to v7 (#155)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82ccc35 commit 607814e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/interconnect_attachment/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "cloud_router" {
1818
source = "terraform-google-modules/cloud-router/google"
19-
version = "~> 6.0"
19+
version = "~> 7.0"
2020

2121
name = "example-router"
2222
project = "example-project"
@@ -31,7 +31,7 @@ module "cloud_router" {
3131

3232
module "interconnect_attachment" {
3333
source = "terraform-google-modules/cloud-router/google//modules/interconnect_attachment"
34-
version = "~> 6.0"
34+
version = "~> 7.0"
3535

3636
name = "example-attachment"
3737
project = "example-project"

examples/nat/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module "vpc" {
4242
# [START cloudnat_simple_create]
4343
module "cloud_router" {
4444
source = "terraform-google-modules/cloud-router/google"
45-
version = "~> 6.0"
45+
version = "~> 7.0"
4646
name = "my-cloud-router"
4747
project = var.project_id
4848
network = module.vpc.network_name

examples/simple_example/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module "vpc" {
2828
# [START cloudrouter_create]
2929
module "cloud_router" {
3030
source = "terraform-google-modules/cloud-router/google"
31-
version = "~> 6.0"
31+
version = "~> 7.0"
3232

3333
name = "my-router"
3434
region = "us-central1"

0 commit comments

Comments
 (0)