terraform-provider-icinga2
terraform-provider-icinga2 copied to clipboard
Nested Host / Service variables
Is it possible to extend the variables so they can be nested? So we can do something like this?
vars.partition["/"] = { warn = "90%", crit = "95%" }