Define all my DNS-records in the hetzner-cloud

This commit is contained in:
2025-01-11 01:05:57 +01:00
parent 266c422c28
commit 3a09b0f44e
11 changed files with 181 additions and 0 deletions

13
variables.tf Normal file
View File

@@ -0,0 +1,13 @@
variable "hetzner_apitoken" {
type = string
}
variable "google_dkim" {
type = map(string)
}
variable "gmail_dns_default_ttl" {
type = number
default = 3600
}