Skip to content

Commit

Permalink
Added shared key and ID for App Insights
Browse files Browse the repository at this point in the history
Signed-off-by: Russell Seymour <[email protected]>
  • Loading branch information
russellseymour committed Jan 26, 2022
1 parent 64f312a commit 4cab935
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azurerm/modules/azurerm-aks/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ output "app_insights_name" {
value = azurerm_log_analytics_workspace.default.name
}

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

output "app_insights_key" {
value = azurerm_log_analytics_workspace.default.primary_shared_key
}

#########################################
# DNS settings
#########################################
Expand Down

0 comments on commit 4cab935

Please sign in to comment.