20 lines
311 B
HCL
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 = ""
|
|
}
|