Skip to content

Commit

Permalink
Removed unnecessary depends_on in APIM policy resource.
Browse files Browse the repository at this point in the history
  • Loading branch information
rliberoff committed Jun 10, 2024
1 parent 3369ceb commit c783d92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/modules/apim/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ resource "azurerm_api_management_api_policy" "policy" {
</on-error>
</policies>
XML
depends_on = [azurerm_api_management_named_value.tenant_id]
}

# https://github.com/aavetis/azure-openai-logger/blob/main/README.md
Expand Down

0 comments on commit c783d92

Please sign in to comment.