Skip to content

Commit bb8db81

Browse files
committed
fix: fix output
1 parent f3d2fc2 commit bb8db81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ output "id" {
44
}
55

66
output "identity" {
7-
value = azurerm_linux_web_app.this.identity.*
7+
value = azurerm_linux_web_app.this.identity[*]
88
description = "Function app Managed Identity"
99
}

0 commit comments

Comments
 (0)