From 07627ecf359b6f9e9729a1bf5df0413455a7b95d Mon Sep 17 00:00:00 2001 From: pasqualespica Date: Thu, 9 Jan 2025 12:46:06 +0100 Subject: [PATCH] fix --- src/domains/ebollo-app/05_subkey.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/domains/ebollo-app/05_subkey.tf b/src/domains/ebollo-app/05_subkey.tf index 910a7674c..50bee0bab 100644 --- a/src/domains/ebollo-app/05_subkey.tf +++ b/src/domains/ebollo-app/05_subkey.tf @@ -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"