diff --git a/gcp/compute-vm.tf b/gcp/compute-vm.tf index d3d53ff..3656967 100644 --- a/gcp/compute-vm.tf +++ b/gcp/compute-vm.tf @@ -7,7 +7,7 @@ locals { # Create instance templates for each GitHub Actions runner type # https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/v53.0.0/modules/compute-vm/README.md module "github-runners-vm-templates" { - source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/compute-vm?ref=v53.0.0" + source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/compute-vm?ref=v55.3.0" for_each = local.github_runners_types_map project_id = module.project.project_id