Skip to content

Commit

Permalink
fix: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
mamu0 committed Nov 19, 2024
1 parent 9c35705 commit 2731b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/citizen-auth-common/03_apim_itn.tf
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ resource "azurerm_api_management_subscription" "pn_lc_subscription_itn" {
user_id = azurerm_api_management_user.pn_user_itn.id
api_management_name = data.azurerm_api_management.apim_itn_api.name
resource_group_name = data.azurerm_api_management.apim_itn_api.resource_group_name
product_id = module.apim_itn_product_lollipop.product_id
product_id = module.apim_itn_product_lollipop.id
display_name = "PN LC"
state = "active"
allow_tracing = false
Expand Down

0 comments on commit 2731b77

Please sign in to comment.