From 37c52a0200cf647028cd669f84dc913a70491987 Mon Sep 17 00:00:00 2001 From: heblasco Date: Thu, 7 Mar 2024 16:42:20 +0100 Subject: [PATCH] Fix value assignment for "sku" in main.tf --- infra/modules/cog/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/modules/cog/main.tf b/infra/modules/cog/main.tf index 55874a6..6b2faef 100644 --- a/infra/modules/cog/main.tf +++ b/infra/modules/cog/main.tf @@ -43,7 +43,7 @@ resource "azurerm_resource_group_template_deployment" "main" { value = "Global" }, "sku" = { - value = S1 + value = "S1" }, "kind" = { value = "Bing.Search.v7"