Skip to content

Commit 3329ee1

Browse files
author
dmytro_velychko3
committed
fix: fix output identity
1 parent 2d56de9 commit 3329ee1

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 "access_connector_identity" {
7-
value = azurerm_linux_virtual_machine.this.identity.0.principal_id
7+
value = azurerm_linux_virtual_machine.this.identity[0].principal_id
88
description = "linux virtual machine Identities list"
99
}

0 commit comments

Comments
 (0)