Files
domain-incoming/modules/application/variables.tf
2023-10-18 16:57:40 +02:00

26 lines
415 B
HCL

variable "component" {
type = string
}
variable "instance" {
type = string
}
variable "icon" {
type = string
}
variable "app-group" {
type = string
}
variable "protocol_provider" {
type = number
}
variable "sub-domain" {
type = string
}
variable "domain-name" {
type = string
}
variable "sub-groups" {
type = list(string)
default = []
}