Files
domain/modules/application/variables.tf
2023-10-19 13:16:16 +02:00

23 lines
363 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 "dns-name" {
type = string
}
variable "sub-groups" {
type = list(string)
default = []
}