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