Files
kydah-modules/oauth2/variables.tf
2024-01-10 13:23:08 +01:00

23 lines
306 B
HCL

variable "component" {
type = string
}
variable "instance" {
type = string
}
variable "namespace" {
type = string
}
variable "domain" {
type = string
}
variable "labels" {
type = map(string)
}
variable "dns_name" {
type = string
}
variable "redirect_path" {
type = string
default = ""
}