20 lines
315 B
HCL
20 lines
315 B
HCL
variable "component" {
|
|
type = string
|
|
}
|
|
variable "instance" {
|
|
type = string
|
|
}
|
|
variable "dns-names" {
|
|
type = list(string)
|
|
}
|
|
variable "acs-path" {
|
|
type = string
|
|
}
|
|
variable "binding" {
|
|
type = string
|
|
default = "post"
|
|
}
|
|
variable "labels" {
|
|
type = map(string)
|
|
}
|