From e3cc0337bb692afd78a2f75f4c68b33046cdaca1 Mon Sep 17 00:00:00 2001 From: RMcVelia Date: Mon, 16 Mar 2026 19:55:07 +0000 Subject: [PATCH] Switch back to the normal terraform-modules tags - now that the main, testing and stable branch have been - updated for azurerm 4.61.0 we can point TERRAFORM_MODULES_TAG - back to its original settings --- global_config/domains.sh | 2 +- global_config/production.sh | 2 +- global_config/review.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/global_config/domains.sh b/global_config/domains.sh index 4107956..7faeff7 100644 --- a/global_config/domains.sh +++ b/global_config/domains.sh @@ -2,4 +2,4 @@ AZURE_SUBSCRIPTION=s189-teacher-services-cloud-production AZURE_RESOURCE_PREFIX=s189p01 CONFIG_SHORT=dom DISABLE_KEYVAULTS=true -TERRAFORM_MODULES_TAG=stable-azurerm-v4 +TERRAFORM_MODULES_TAG=stable diff --git a/global_config/production.sh b/global_config/production.sh index cf20cd0..c52ab31 100644 --- a/global_config/production.sh +++ b/global_config/production.sh @@ -4,4 +4,4 @@ CONFIG_SHORT=pd AZURE_SUBSCRIPTION=s189-teacher-services-cloud-production AZURE_RESOURCE_PREFIX=s189p01 ENABLE_KV_DIAGNOSTICS=true -TERRAFORM_MODULES_TAG=stable-azurerm-v4 +TERRAFORM_MODULES_TAG=stable diff --git a/global_config/review.sh b/global_config/review.sh index 9564214..832b23b 100644 --- a/global_config/review.sh +++ b/global_config/review.sh @@ -3,4 +3,4 @@ CONFIG_SHORT=rv AZURE_SUBSCRIPTION=s189-teacher-services-cloud-test AZURE_RESOURCE_PREFIX=s189t01 KV_PURGE_PROTECTION=false -TERRAFORM_MODULES_TAG=main-azurerm-v4 +TERRAFORM_MODULES_TAG=main