From ce5087d38d49e95625ca99dff30c369c51012de1 Mon Sep 17 00:00:00 2001 From: shont Date: Thu, 12 Feb 2026 15:27:56 +0000 Subject: [PATCH] fix(CGNSPC-928): Fix template name for MIG --- modules/autoscale/common/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/autoscale/common/main.tf b/modules/autoscale/common/main.tf index 05fb280..b383ebb 100755 --- a/modules/autoscale/common/main.tf +++ b/modules/autoscale/common/main.tf @@ -89,7 +89,7 @@ resource "google_compute_instance_template" "instance_template" { config_path = "" sicKey = "" allowUploadDownload = var.allow_upload_download - templateName = var.ip_stack_type == "IPV4_IPV6" ? "autoscale_dual_stack" : "autoscale" + templateName = "autoscale" templateVersion = "1.0.13" templateType = "terraform" mgmtNIC = var.management_nic