Skip to content

Commit

Permalink
update api activation
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaconsalvi committed Nov 4, 2024
1 parent c8b2713 commit 3dc66f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/rtp/.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 src/rtp/02_api_activation.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "azurerm_api_management_product_api" "rtp_activation_product_api" {
}

## Override API Operations Policies ##
resource "azurerm_api_management_api_operation_policy" "rtp_payee_activate_policy" {
resource "azurerm_api_management_api_operation_policy" "rtp_activate_policy" {
api_name = azurerm_api_management_api.rtp_activation_api.name
api_management_name = data.azurerm_api_management.this.name
resource_group_name = data.azurerm_api_management.this.resource_group_name
Expand Down

0 comments on commit 3dc66f5

Please sign in to comment.