fix
This commit is contained in:
25
modules/application/variables.tf
Normal file
25
modules/application/variables.tf
Normal file
@@ -0,0 +1,25 @@
|
||||
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 = []
|
||||
}
|
||||
Reference in New Issue
Block a user