Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Jan 9, 2025
1 parent bb637e4 commit 07627ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/ebollo-app/05_subkey.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resource "azurerm_api_management_subscription" "mbd_service_integration_test_sub
count = var.env_short != "p" ? 1 : 0
api_management_name = data.azurerm_api_management.apim.name
resource_group_name = data.azurerm_api_management.apim.resource_group_name
product_id = data.azurerm_api_management_product.apim_gps_spontaneous_payments_services_product.id
product_id = module.apim_mdb_product.id
display_name = "Subscription MBD Service for Integration Test"
allow_tracing = false
state = "active"
Expand Down

0 comments on commit 07627ec

Please sign in to comment.