hcloud-server-tf/outputs.tf

6 lines
110 B
HCL

output "output" {
value = {
for server_key, server in hcloud_server.server : server_key => server
}
}