variable "vm_hosts" { default = { #"hostname.example.com" = { # provider = "hetzner" # groups = [ "testgroup" ] # volumes = { # data = { size = 32 } # } #} } } variable "groups" { default = { #testgroup = { # testvar1 = "bla" #} } }