Files
kydah-modules/saml/variables.tf

23 lines
310 B
HCL

variable "component" {
type = string
}
variable "instance" {
type = string
}
variable "issuer" {
type = string
}
variable "dns_names" {
type = list(string)
}
variable "acs_path" {
type = string
}
variable "binding" {
type = string
default = "post"
}
variable "labels" {
type = map(string)
}