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
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent 414e2c1 commit 51019db
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 51019db

Please sign in to comment.