Skip to content

Commit 9ebd461

Browse files
committed
Update Terraform github.com/GoogleCloudPlatform/cloud-foundation-fabric to v38.2.0
1 parent 6d9b4ec commit 9ebd461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • execution/06-consumer/GCE

execution/06-consumer/GCE/gce.tf

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

1515
module "vm" {
1616
for_each = local.instance_map
17-
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/compute-vm?ref=v38.1.0"
17+
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/compute-vm?ref=v38.2.0"
1818

1919
# Basic VM Configuration
2020
name = each.value.name

0 commit comments

Comments
 (0)