Skip to content

Commit 79a6b34

Browse files
chore(deps): update terraform terraform-google-modules/cloud-router/google to v5 (#67)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e9b4e18 commit 79a6b34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/nat/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# [START cloudnat_simple_create]
1818
module "cloud_router" {
1919
source = "terraform-google-modules/cloud-router/google"
20-
version = "~> 4.0"
20+
version = "~> 5.0"
2121
project = var.project_id # Replace this with your project ID in quotes
2222
name = "my-cloud-router"
2323
network = "default"

examples/simple/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# [START cloudrouter_create]
1818
module "cloud_router" {
1919
source = "terraform-google-modules/cloud-router/google"
20-
version = "~> 4.0"
20+
version = "~> 5.0"
2121

2222
name = "my-router"
2323
region = "us-central1"

0 commit comments

Comments
 (0)