Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Jan 24, 2024
1 parent c15b83b commit 5fb4c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/cog/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5fb4c40

Please sign in to comment.