Skip to content

Commit 960c958

Browse files
chore(deps): Update Terraform terraform-google-modules/network/google to v11
1 parent f81c44c commit 960c958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup/vpc.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ resource "random_string" "suffix" {
2424
*****************************************/
2525
module "shared_vpc" {
2626
source = "terraform-google-modules/network/google"
27-
version = "~> 9.0"
27+
version = "~> 11.0"
2828

2929
project_id = module.project.project_id
3030
network_name = "composer-network-${random_string.suffix.result}"

0 commit comments

Comments
 (0)