variable "k8s_config_yaml" { description = "Content of k8s config yaml file" type = string } variable "wait_on" { type = any description = "Resources to wait on" default = true }