devops/infra/tenants/fourlights/zitadel/variables.tf

8 lines
187 B
HCL

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