hcloud-server-tf/outputs.tf
Robert Kaussow 1950c5bf39
All checks were successful
continuous-integration/drone/push Build is passing
refactor: remove data sources from module
2022-10-09 16:53:45 +02:00

6 lines
110 B
HCL

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