Skip to content

Commit

Permalink
Merge branch 'master' into feat/add-allowed_ip_range
Browse files Browse the repository at this point in the history
  • Loading branch information
imrannayer authored Nov 30, 2023
2 parents c942869 + 025de1d commit 085f938
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 085f938

Please sign in to comment.