diff --git a/terragrunt/modules/openai_api_key/main.tf b/terragrunt/modules/openai_api_key/main.tf index 756c200..9bb6567 100644 --- a/terragrunt/modules/openai_api_key/main.tf +++ b/terragrunt/modules/openai_api_key/main.tf @@ -56,6 +56,6 @@ resource "azurerm_cognitive_deployment" "deployment" { } scale { - type = "Standard" + type = "GlobalStandard" } }