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 1616
1717module "vpc" {
1818 source = " terraform-google-modules/network/google"
19- version = " ~> 10 .0"
19+ version = " ~> 13 .0"
2020
2121 project_id = var. project_id
2222 network_name = " cloud-run-vpc"
@@ -36,7 +36,7 @@ module "vpc" {
3636
3737module "serverless_connector" {
3838 source = " terraform-google-modules/network/google//modules/vpc-serverless-connector-beta"
39- version = " ~> 10 .0"
39+ version = " ~> 13 .0"
4040
4141 project_id = var. project_id
4242 vpc_connectors = [{
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ locals {
2424module "network" {
2525 for_each = local. network_projects
2626 source = " terraform-google-modules/network/google"
27- version = " ~> 10 .0"
27+ version = " ~> 13 .0"
2828 project_id = each. value
2929 network_name = local. network_name
3030 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" {
1818 for_each = module. network
1919
2020 source = " terraform-google-modules/network/google//modules/private-service-connect"
21- version = " ~> 10 .0"
21+ version = " ~> 13 .0"
2222 project_id = each. value . project_id
2323 network_self_link = each. value . network_self_link
2424 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" {
2323 count = var. connector_on_host_project ? 0 : 1
2424
2525 source = " terraform-google-modules/network/google//modules/firewall-rules"
26- version = " ~> 10 .0"
26+ version = " ~> 13 .0"
2727
2828 project_id = var. vpc_project_id
2929 network_name = var. shared_vpc_name
You can’t perform that action at this time.
0 commit comments