4 lines
82 B
HCL
4 lines
82 B
HCL
output "server_under_test_ip" {
|
|
value = hcloud_server.under_test.ipv4_address
|
|
}
|