infrastructure/modules/infrastructure/contabo.tf

4 lines
116 B
HCL

resource "contabo_instance" "nodes" {
for_each = local.contabo_hosts
display_name = each.value.hostname
}