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 (#130)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent 414e2c1 commit 80a0932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bq-exfil-demo/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module "bastion" {

module "vpc" {
source = "terraform-google-modules/network/google"
version = "~> 8.0"
version = "~> 9.0"

project_id = module.project1.project_id
network_name = "test-network"
Expand Down

0 comments on commit 80a0932

Please sign in to comment.