Skip to content

Commit

Permalink
Merge branch 'main' into 45_add_optional_private_endpoints_for_storag…
Browse files Browse the repository at this point in the history
…e_account_and_ai_services
  • Loading branch information
rliberoff committed May 30, 2024
2 parents 180d50b + cccb0f2 commit 4a8d678
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions infra/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infra/modules/apim/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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 4a8d678

Please sign in to comment.