Skip to content

Commit

Permalink
chore(deps): Update TF modules (major) (#196)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent 96bfb9d commit be144eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module "project_ci" {

module "svpc" {
source = "terraform-google-modules/network/google"
version = "~> 7.0"
version = "~> 8.0"
project_id = module.project_ci.project_id
network_name = var.network_name
shared_vpc_host = true
Expand Down Expand Up @@ -109,7 +109,7 @@ resource "google_compute_firewall" "allow-health-check" {
// Cloud Nat
module "cloud-nat" {
source = "terraform-google-modules/cloud-nat/google"
version = "~> 4.0"
version = "~> 5.0"
project_id = module.svpc.project_id
network = module.svpc.network_name
region = var.subnet_region
Expand Down

0 comments on commit be144eb

Please sign in to comment.