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