Skip to content

Commit

Permalink
Fix value assignment for "sku" in main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
heblasco committed Mar 7, 2024
1 parent 56b1321 commit 37c52a0
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 @@ -43,7 +43,7 @@ resource "azurerm_resource_group_template_deployment" "main" {
value = "Global"
},
"sku" = {
value = S1
value = "S1"
},
"kind" = {
value = "Bing.Search.v7"
Expand Down

0 comments on commit 37c52a0

Please sign in to comment.