fixes for tf and mail

This commit is contained in:
Kat Inskip 2025-12-04 02:44:38 -08:00
parent cf9ec64e69
commit 4c6f2aa34a
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
9 changed files with 145 additions and 35 deletions

View file

@ -11,4 +11,9 @@ variable "dkim" {
variable "zone_name" {
type = string
}
}
variable "enable" {
type = bool
default = true
}