variable "k8s_config_path" { description = "Path to the k8s config yaml file" type = string } variable "wait_on" { type = any description = "Resources to wait on" default = true }