Skip to content

Commit

Permalink
Fixed typo in pool service priority
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed May 29, 2024
1 parent 2c49efa commit cccb0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/apim/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ resource "azapi_resource" "apim_backend_pool" {
services = [
{
id = azurerm_api_management_backend.openai.id
prioeity = 1
priority = 1
weight = 1
}
]
Expand Down

0 comments on commit cccb0f2

Please sign in to comment.