We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d2fc2 commit bb8db81Copy full SHA for bb8db81
outputs.tf
@@ -4,6 +4,6 @@ output "id" {
4
}
5
6
output "identity" {
7
- value = azurerm_linux_web_app.this.identity.*
+ value = azurerm_linux_web_app.this.identity[*]
8
description = "Function app Managed Identity"
9
0 commit comments