We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f12598 commit 2212aadCopy full SHA for 2212aad
examples/shared_vpc/main.tf
@@ -46,7 +46,7 @@ module "host-project" {
46
*****************************************/
47
module "vpc" {
48
source = "terraform-google-modules/network/google"
49
- version = "~> 8.0"
+ version = "~> 9.0"
50
51
project_id = module.host-project.project_id
52
network_name = var.network_name
test/fixtures/full/main.tf
@@ -40,7 +40,7 @@ locals {
40
41
42
43
44
45
network_name = "pf-test-int-full-${var.random_string_for_testing}"
project_id = var.shared_vpc
0 commit comments