Skip to content

Commit 7bb02d3

Browse files
author
Corjan Zee
authored
Merge pull request #13 from recognizegroup/feature/12866-appliation-id-datamodule
Application Id data module #ab12866 task 12918
2 parents 4c8fdea + 49b4f20 commit 7bb02d3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

application_insights/outputs.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@ output "instrumentation_key" {
22
value = data.azurerm_application_insights.application_insights.instrumentation_key
33
}
44

5+
output "id" {
6+
value = data.azurerm_application_insights.application_insights.id
7+
}
8+
9+
output "app_id" {
10+
value = data.azurerm_application_insights.application_insights.app_id
11+
}

0 commit comments

Comments
 (0)