Robert Kaussow
1950c5bf39
All checks were successful
continuous-integration/drone/push Build is passing
6 lines
110 B
HCL
6 lines
110 B
HCL
output "output" {
|
|
value = {
|
|
for server_key, server in hcloud_server.server : server_key => server
|
|
}
|
|
}
|