Skip to content

Commit

Permalink
make cs sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschonti committed Mar 30, 2024
1 parent aa3a245 commit 11bab2c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions infra/appinsights.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ resource "azurerm_application_insights" "appinsights" {
}

output "appinsights_connection_string" {
value = azurerm_application_insights.appinsights.connection_string
}

output "app_id" {
value = azurerm_application_insights.appinsights.app_id
value = azurerm_application_insights.appinsights.connection_string
sensitive = true
}

0 comments on commit 11bab2c

Please sign in to comment.