From 65c18983d3b4d9c305d96c8bdf1d667be7a70835 Mon Sep 17 00:00:00 2001 From: Sylvia McLaughlin <85905333+sylviamclaughlin@users.noreply.github.com> Date: Thu, 20 Feb 2025 15:22:16 +0000 Subject: [PATCH] Update type to GlobalStandard --- terragrunt/modules/openai_api_key/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }