Skip to content

Commit 722d6cb

Browse files
committed
Update Terraform github.com/GoogleCloudPlatform/cloud-foundation-fabric to v41.1.0
1 parent 6d9b4ec commit 722d6cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

execution/06-consumer/MIG/mig.tf

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

1515
module "mig" {
1616
for_each = local.mig_map
17-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/compute-mig?ref=v41.0.0"
17+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/compute-mig?ref=v41.1.0"
1818
project_id = each.value.project_id
1919
location = each.value.location
2020
name = each.value.name

execution/06-consumer/MIG/template.tf

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

1515
module "mig-template" {
1616
for_each = local.mig_map
17-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/compute-vm?ref=v41.0.0"
17+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/compute-vm?ref=v41.1.0"
1818
project_id = each.value.project_id
1919
name = var.mig_template_name
2020
zone = each.value.zone

0 commit comments

Comments
 (0)