Skip to content

Commit 15c2f9a

Browse files
chore(deps): update terraform terraform-google-modules/network/google to v6 (#68)
1 parent cf09f9e commit 15c2f9a

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 = "~> 5.0"
27+
version = "~> 6.0"
2828

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

0 commit comments

Comments
 (0)