feat(sftpgo): add TLS support and internal certificate management
This commit is contained in:
@@ -12,8 +12,12 @@ variable "tag" {
|
||||
variable "websites" {
|
||||
description = "A list of websites to be deployed"
|
||||
type = map(object({
|
||||
domain_name = string
|
||||
fqdn = list(string)
|
||||
config = optional(string, "")
|
||||
domain_name = string
|
||||
fqdn = list(string)
|
||||
config = optional(string, "")
|
||||
tls = optional(bool, false)
|
||||
issuer = optional(string, "internal-ca")
|
||||
custom_snippet = optional(string, "")
|
||||
}))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user