Refactor DNS-config to make it easier to maintain

This commit is contained in:
2025-03-04 23:15:42 +01:00
parent 3a09b0f44e
commit 817f75bb49
5 changed files with 62 additions and 53 deletions

View File

@@ -2,12 +2,12 @@ variable "hetzner_apitoken" {
type = string
}
variable "google_dkim" {
type = map(string)
variable "nehrke_info_dkim" {
type = string
sensitive = true
}
variable "gmail_dns_default_ttl" {
type = number
default = 3600
variable "sozpaedil_net_dkim" {
type = string
sensitive = true
}