boma/terraform/modules/hetzner_vm/outputs.tf

10 lines
200 B
Terraform
Raw Normal View History

output "ipv4_address" {
description = "Server public IPv4"
value = hcloud_server.this.ipv4_address
}
output "name" {
description = "Server name"
value = hcloud_server.this.name
}