mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-06 18:15:27 -05:00
4 lines
84 B
Terraform
4 lines
84 B
Terraform
|
output "ip" {
|
||
|
value = azurerm_linux_virtual_machine.jump_host.public_ip_address
|
||
|
}
|