Skip to content

Commit

Permalink
Merge pull request #90 from amido/feature/update-observability-output
Browse files Browse the repository at this point in the history
feat: update output of app insights id
  • Loading branch information
mehdi-kimakhe-amido authored Aug 8, 2023
2 parents ac87409 + 07dbe1e commit f896282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/modules/azurerm-observability/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ output "app_insights_name" {
}

output "app_insights_id" {
value = azurerm_log_analytics_workspace.default.id
value = azurerm_application_insights.default.id
}

output "app_insights_key" {
Expand Down

0 comments on commit f896282

Please sign in to comment.