chore: rename group labels to type
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cfb9af3879
commit
32aaf6373a
2
main.tf
2
main.tf
@ -70,7 +70,7 @@ resource "hcloud_server" "server" {
|
||||
for index, service in try(each.value.services, []) : "service_${index + 1}" => service
|
||||
},
|
||||
{
|
||||
for index, group in try(each.value.groups, []) : "group_${index + 1}" => group
|
||||
for index, type in try(each.value.types, []) : "type_${index + 1}" => type
|
||||
},
|
||||
try(each.value.labels, {})
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user