9 lines
200 B
HCL
9 lines
200 B
HCL
output "ipv4_address" {
|
|
description = "Server public IPv4"
|
|
value = hcloud_server.this.ipv4_address
|
|
}
|
|
|
|
output "name" {
|
|
description = "Server name"
|
|
value = hcloud_server.this.name
|
|
}
|