fix
This commit is contained in:
33
modules/forward/variables.tf
Normal file
33
modules/forward/variables.tf
Normal file
@@ -0,0 +1,33 @@
|
||||
variable "component" {
|
||||
type = string
|
||||
}
|
||||
variable "instance" {
|
||||
type = string
|
||||
}
|
||||
variable "domain" {
|
||||
type = string
|
||||
}
|
||||
variable "namespace" {
|
||||
type = string
|
||||
}
|
||||
variable "ingress-class" {
|
||||
type = string
|
||||
}
|
||||
|
||||
|
||||
variable "labels" {
|
||||
type = map(string)
|
||||
}
|
||||
|
||||
variable "authentik-token" {
|
||||
type = string
|
||||
}
|
||||
variable "dns-names" {
|
||||
type = list(string)
|
||||
}
|
||||
variable "access-token-validity" {
|
||||
type = string
|
||||
default = "hours=10" // ;minutes=10
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user