Files
terraform-talos/hetzner/modules/worker/outputs.tf
2021-05-30 20:43:59 +03:00

5 lines
49 B
HCL

output "vms" {
value = hcloud_server.worker
}