This commit is contained in:
2024-01-25 18:35:22 +01:00
parent 0727fca591
commit 8c4348d215
97 changed files with 402 additions and 402 deletions

View File

@@ -13,13 +13,13 @@ variable "domain" {
variable "namespace" {
type = string
}
variable "ingress-class" {
variable "ingress_class" {
type = string
}
variable "labels" {
type = map(string)
}
variable "dns-names" {
variable "dns_names" {
type = list(string)
}
variable "access-token-validity" {