Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/network/google…
Browse files Browse the repository at this point in the history
… to v9 (#201)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent 1d663b1 commit bfcda6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = "~> 8.0"
version = "~> 9.0"
project_id = module.project_ci.project_id
network_name = var.network_name
shared_vpc_host = true
Expand Down

0 comments on commit bfcda6d

Please sign in to comment.