Files
domain/modules/oauth2/variables.tf
2024-01-25 18:35:22 +01:00

20 lines
311 B
HCL

variable "component" {
type = string
}
variable "instance" {
type = string
}
variable "namespace" {
type = string
}
variable "labels" {
type = map(string)
}
variable "dns_name" {
type = string
}
variable "redirect-path" {
type = string
default = ""
}