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 Nov 22, 2023
1 parent 9961a00 commit 9d3baa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/setup/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "random_string" "suffix" {
*****************************************/
module "shared_vpc" {
source = "terraform-google-modules/network/google"
version = "~> 6.0"
version = "~> 8.0"

project_id = module.project.project_id
network_name = "composer-network-${random_string.suffix.result}"
Expand Down Expand Up @@ -86,7 +86,7 @@ resource "google_compute_router" "router" {

module "cloud_nat_shared_vpc" {
source = "terraform-google-modules/cloud-nat/google"
version = "~> 2.2.1"
version = "~> 5.0.0"
project_id = module.project.project_id
region = "us-central1"
router = google_compute_router.router.name
Expand Down

0 comments on commit 9d3baa5

Please sign in to comment.