From 22630d848e20a475e5801d399e6fb8652d148365 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 2 Feb 2026 15:58:32 +0000 Subject: [PATCH] chore(deps): update terraform github.com/googlecloudplatform/cloud-foundation-fabric to v38.2.0 --- execution/06-consumer/GCE/gce.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execution/06-consumer/GCE/gce.tf b/execution/06-consumer/GCE/gce.tf index f194b0c0..c64248c4 100644 --- a/execution/06-consumer/GCE/gce.tf +++ b/execution/06-consumer/GCE/gce.tf @@ -14,7 +14,7 @@ module "vm" { for_each = local.instance_map - source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/compute-vm?ref=v38.1.0" + source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/compute-vm?ref=v38.2.0" # Basic VM Configuration name = each.value.name