Tom Archer 58245fa62c
User Story 125263 (#238)
* Updated to use AzApi to obtain SSH (instead of tls)
2023-07-24 09:01:38 +08:00

7 lines
179 B
HCL

output "resource_group_name" {
value = azurerm_resource_group.rg.name
}
output "public_ip_address" {
value = azurerm_linux_virtual_machine.my_terraform_vm.public_ip_address
}