Define all my DNS-records in the hetzner-cloud
This commit is contained in:
13
variables.tf
Normal file
13
variables.tf
Normal 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user