mirror of
https://github.com/kasmtech/terraform.git
synced 2026-01-23 10:25:48 +00:00
3 lines
84 B
HCL
3 lines
84 B
HCL
output "kasm_server_ip" {
|
|
value = digitalocean_droplet.kasm-server.ipv4_address
|
|
}
|