File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515module "havpn" {
1616 count = var. create_havpn ? 1 : 0
17- source = " github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vpn-ha?ref=v36.0.1 "
17+ source = " github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vpn-ha?ref=v36.2.0 "
1818 project_id = var. project_id
1919 region = var. region
2020 network = local. network_id
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ resource "google_compute_router" "interconnect-router" {
3232
3333module "vlan_attachment_a" {
3434 count = var. create_interconnect ? 1 : 0
35- source = " github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vlan-attachment?ref=v36.0.1 "
35+ source = " github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vlan-attachment?ref=v36.2.0 "
3636 network = local. network_name
3737 project_id = var. project_id
3838 region = var. region
@@ -58,7 +58,7 @@ module "vlan_attachment_a" {
5858
5959module "vlan_attachment_b" {
6060 count = var. create_interconnect ? 1 : 0
61- source = " github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vlan-attachment?ref=v36.0.1 "
61+ source = " github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vlan-attachment?ref=v36.2.0 "
6262 network = local. network_name
6363 project_id = var. project_id
6464 region = var. region
Original file line number Diff line number Diff line change 1414
1515module "nat" {
1616 count = var. create_nat ? 1 : 0
17- source = " github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-cloudnat?ref=v36.0.1 "
17+ source = " github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-cloudnat?ref=v36.2.0 "
1818 project_id = var. project_id
1919 region = var. region
2020 name = var. nat_name
You can’t perform that action at this time.
0 commit comments