Skip to content

Commit d499fab

Browse files
committed
chore(deps): update terraform github.com/googlecloudplatform/cloud-foundation-fabric to v36.2.0
1 parent cccdb22 commit d499fab

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

execution/02-networking/havpn.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module "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

execution/02-networking/interconnect.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resource "google_compute_router" "interconnect-router" {
3232

3333
module "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

5959
module "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

execution/02-networking/nat.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module "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

0 commit comments

Comments
 (0)