Refacto and add modules
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
variable "component" {
|
||||
type = string
|
||||
type = string
|
||||
}
|
||||
variable "instance" {
|
||||
type = string
|
||||
type = string
|
||||
}
|
||||
variable "issuer" {
|
||||
type = string
|
||||
}
|
||||
variable "dns_names" {
|
||||
type = list(string)
|
||||
type = list(string)
|
||||
}
|
||||
variable "acs_path" {
|
||||
type = string
|
||||
type = string
|
||||
}
|
||||
variable "binding" {
|
||||
type = string
|
||||
default = "post"
|
||||
type = string
|
||||
default = "post"
|
||||
}
|
||||
variable "labels" {
|
||||
type = map(string)
|
||||
type = map(string)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user