File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
examples/cloud_run_vpc_connector
secure-serverless-harness Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
17
17
module "vpc" {
18
18
source = " terraform-google-modules/network/google"
19
- version = " ~> 10 .0"
19
+ version = " ~> 12 .0"
20
20
21
21
project_id = var. project_id
22
22
network_name = " cloud-run-vpc"
@@ -36,7 +36,7 @@ module "vpc" {
36
36
37
37
module "serverless_connector" {
38
38
source = " terraform-google-modules/network/google//modules/vpc-serverless-connector-beta"
39
- version = " ~> 10 .0"
39
+ version = " ~> 12 .0"
40
40
41
41
project_id = var. project_id
42
42
vpc_connectors = [{
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ locals {
24
24
module "network" {
25
25
for_each = local. network_projects
26
26
source = " terraform-google-modules/network/google"
27
- version = " ~> 10 .0"
27
+ version = " ~> 12 .0"
28
28
project_id = each. value
29
29
network_name = local. network_name
30
30
shared_vpc_host = var. use_shared_vpc
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ module "private_service_connect" {
18
18
for_each = module. network
19
19
20
20
source = " terraform-google-modules/network/google//modules/private-service-connect"
21
- version = " ~> 10 .0"
21
+ version = " ~> 12 .0"
22
22
project_id = each. value . project_id
23
23
network_self_link = each. value . network_self_link
24
24
private_service_connect_ip = var. private_service_connect_ip
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ module "firewall_rules" {
23
23
count = var. connector_on_host_project ? 0 : 1
24
24
25
25
source = " terraform-google-modules/network/google//modules/firewall-rules"
26
- version = " ~> 10 .0"
26
+ version = " ~> 12 .0"
27
27
28
28
project_id = var. vpc_project_id
29
29
network_name = var. shared_vpc_name
You can’t perform that action at this time.
0 commit comments