infrastructure/restore-tests/outputs.tf

4 lines
82 B
HCL

output "server_under_test_ip" {
value = hcloud_server.under_test.ipv4_address
}