infrastructure/tf-stage-0/outputs.tf

4 lines
82 B
Terraform
Raw Normal View History

2022-07-14 02:56:08 +02:00
output "server_under_test_ip" {
value = hcloud_server.under_test.ipv4_address
}