Skip to content

Commit

Permalink
Update src/domains/ecommerce-app/04_apim_ecommerce.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Pietro Tota <[email protected]>
  • Loading branch information
ciuffagianluca and pietro-tota authored Dec 18, 2024
1 parent 7c2c575 commit b442ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/ecommerce-app/04_apim_ecommerce.tf
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,6 @@ resource "azurerm_api_management_named_value" "ecommerce_dev_sendpaymentresult_s
api_management_name = local.pagopa_apim_name
resource_group_name = local.pagopa_apim_rg
display_name = "ecommerce-dev-sendpaymentresult-subscription-key-value"
value = data.azurerm_key_vault_secret.ecommerce_dev_sendpaymentresult_subscription_key.value
value = data.azurerm_key_vault_secret.ecommerce_dev_sendpaymentresult_subscription_key[0].value
secret = true
}

0 comments on commit b442ac5

Please sign in to comment.