Skip to content

Commit

Permalink
Fix Application Insights connection string for production environment
Browse files Browse the repository at this point in the history
  • Loading branch information
steventux committed Jan 13, 2025
1 parent b4fa6ef commit 01003ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/tf-core/environments/production.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ function_app = {
acr_name = "acrukshubprodcommgt"
acr_rg_name = "rg-hub-prod-uks-commgt"

app_insights_name = "appi-pre-uks-commgt"
app_insights_rg_name = "rg-commgt-pre-uks-audit"
app_insights_name = "appi-prd-uks-commgt"
app_insights_rg_name = "rg-commgt-prd-uks-audit"

always_on = true

Expand Down

0 comments on commit 01003ea

Please sign in to comment.