From 5fb4c40717fe03296b0b4d455f591e751d12cbf6 Mon Sep 17 00:00:00 2001 From: cmendible <266546+cmendible@users.noreply.github.com> Date: Wed, 24 Jan 2024 12:21:50 +0100 Subject: [PATCH] typo --- 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 a40c30f..14b283d 100644 --- a/infra/modules/cog/main.tf +++ b/infra/modules/cog/main.tf @@ -33,7 +33,7 @@ resource "azapi_resource" "bing" { location = "global" parent_id = var.resource_group_id type = "Microsoft.Bing/accounts@2020-06-10" - schema_validation_enabled = false // Requires for this service otherwise it will fail. + schema_validation_enabled = false // Required for this service otherwise it will fail. body = jsonencode({ kind = "Bing.Search.v7"