fix
This commit is contained in:
@@ -4,6 +4,9 @@ variable "component" {
|
||||
variable "instance" {
|
||||
type = string
|
||||
}
|
||||
variable "icon" {
|
||||
type = string
|
||||
}
|
||||
variable "domain" {
|
||||
type = string
|
||||
}
|
||||
@@ -13,12 +16,9 @@ variable "namespace" {
|
||||
variable "ingress-class" {
|
||||
type = string
|
||||
}
|
||||
|
||||
|
||||
variable "labels" {
|
||||
type = map(string)
|
||||
}
|
||||
|
||||
variable "dns-names" {
|
||||
type = list(string)
|
||||
}
|
||||
@@ -26,5 +26,5 @@ variable "access-token-validity" {
|
||||
type = string
|
||||
default = "hours=10" // ;minutes=10
|
||||
}
|
||||
|
||||
|
||||
variable "service" {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user