Skip to content

Commit

Permalink
fix: [NOD-687] add variables to fdr-nodo (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
aomegax authored Jan 30, 2024
1 parent f9e423e commit fb1b179
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions azure-devops/fdr/06_pagopa-fdr-nodo-service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ locals {
deploy-pool-dev = "pagopa-dev-linux"
deploy-pool-uat = "pagopa-uat-linux"
# deploy-pool-prod = "pagopa-prod-linux"

TF_APPINSIGHTS_SERVICE_CONN_DEV = module.DEV-APPINSIGHTS-SERVICE-CONN.service_endpoint_name
TF_APPINSIGHTS_RESOURCE_ID_DEV = data.azurerm_application_insights.application_insights_dev.id

TF_APPINSIGHTS_SERVICE_CONN_UAT = module.UAT-APPINSIGHTS-SERVICE-CONN.service_endpoint_name
TF_APPINSIGHTS_RESOURCE_ID_UAT = data.azurerm_application_insights.application_insights_uat.id

# TF_APPINSIGHTS_SERVICE_CONN_PROD = module.PROD-APPINSIGHTS-SERVICE-CONN.service_endpoint_name
# TF_APPINSIGHTS_RESOURCE_ID_PROD = data.azurerm_application_insights.application_insights_prod.id
}
# deploy secrets
pagopa-fdr-nodo-service-variables_secret_deploy = {
Expand Down

0 comments on commit fb1b179

Please sign in to comment.