Files
domain/modules/oauth2/variables.tf
2023-10-18 16:57:40 +02:00

16 lines
240 B
HCL

variable "component" {
type = string
}
variable "instance" {
type = string
}
variable "namespace" {
type = string
}
variable "labels" {
type = map(string)
}
variable "dns-name" {
type = string
}