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

20 lines
315 B
HCL

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