variable "domain" { type = string }
variable "jwt_profile_file" { type = string }
variable "k8s_config_yaml" {
description = "Content of k8s config yaml file"
type = string
}