chore: rename group labels to type
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-09-04 14:09:14 +02:00
parent cfb9af3879
commit 32aaf6373a
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -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, {})
)