File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ No modules.
9595| Name | Description |
9696| ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
9797| <a name =" output_id " ></a > [ id] ( #output\_ id ) | The ID of the Linux Virtual Machine |
98- | <a name =" output_access_connector_identity " ></a > [ access \_ connector \_ identity ] ( #output\_ access \_ connector \_ identity ) | linux virtual machine identity |
98+ | <a name =" output_identity " ></a > [ identity ] ( #output\_ identity ) | linux virtual machine identity |
9999<!-- END_TF_DOCS -->
100100
101101## License
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ output "id" {
33 description = " The ID of the Linux Virtual Machine"
44}
55
6- output "access_connector_identity " {
7- value = var . identity_enabled ? azurerm_linux_virtual_machine. this . identity [0 ]. principal_id : " "
6+ output "identity " {
7+ value = try ( azurerm_linux_virtual_machine. this . identity [0 ]. principal_id , null )
88 description = " linux virtual machine Identities list"
99}
You can’t perform that action at this time.
0 commit comments