chore(terraform): update DNS records

This commit is contained in:
2026-08-20 13:54:51 +02:00
parent 17fce8c8ee
commit 8419c9978c
3 changed files with 11 additions and 9 deletions
-6
View File
@@ -45,12 +45,6 @@ variable "domain_name" {
description = "Cloudflare zone (apex domain) in which to create the A record"
}
variable "record_name" {
type = string
description = "DNS record name relative to the zone; use \"@\" for the apex"
default = "dokploy"
}
variable "cloudflare_proxied" {
type = bool
description = "Whether Cloudflare should proxy (orange-cloud) the A record"