Skip to content

Commit

Permalink
chore(deps): Update TF modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2023
1 parent d421cc2 commit 20c6658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/nat_with_compute_engine/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# [START vpc_network_nat_gce]
module "test-vpc-module" {
source = "terraform-google-modules/network/google"
version = "~> 7.0"
version = "~> 8.0"
project_id = var.project_id # Replace this with your project ID in quotes
network_name = "custom-network1"
mtu = 1460
Expand Down
4 changes: 2 additions & 2 deletions examples/nat_with_gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# [START vpc_network_nat_gke]
module "test-vpc-module" {
source = "terraform-google-modules/network/google"
version = "~> 7.0"
version = "~> 8.0"
project_id = var.project_id # Replace this with your project ID in quotes
network_name = "custom-network1"
mtu = 1460
Expand Down Expand Up @@ -77,7 +77,7 @@ resource "google_compute_router" "router" {
# [START cloudnat_nat_gke]
module "cloud-nat" {
source = "terraform-google-modules/cloud-nat/google"
version = "~> 4.0"
version = "~> 5.0"
project_id = var.project_id
region = "us-east4"
router = google_compute_router.router.name
Expand Down

0 comments on commit 20c6658

Please sign in to comment.