refactor(cloudflare-tunnel): use cloudflare dns generic module

This commit is contained in:
Yuris Cakranegara
2025-06-12 21:06:06 +10:00
parent af038e23ea
commit 715bcfbd7c
3 changed files with 20 additions and 22 deletions

View File

@@ -53,7 +53,8 @@ variable "service_definitions" {
name = string
primary_port = number
endpoint = string
subdomains = optional(list(string), [])
subdomains = optional(list(string), [])
publish_via = optional(string)
}))
default = []
}