Skip to content

Commit

Permalink
add vm_name to output
Browse files Browse the repository at this point in the history
  • Loading branch information
jye-aviatrix committed Mar 3, 2023
1 parent 7e24ae6 commit 3ec880a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
output "vm_name" {
description = "VM Name"
value = azurerm_linux_virtual_machine.this.name
}
output "public_ip" {
description = "Public IP"
value = azurerm_public_ip.this.ip_address
Expand Down

0 comments on commit 3ec880a

Please sign in to comment.