hcornet 2071a0f7a2
All checks were successful
terraform validation / Terraform (push) Successful in 10s
presque
2025-01-13 21:48:50 +01:00

14 lines
324 B
HCL

#resource "cloudflare_record" "sip-tls-terraform-srv" {
# zone_id = "$var.cloudflare_zone}"
# name = "_sip._tls"
# type = "SRV"
# data = {
# service = "_sip"
# proto = "_tls"
# name = "terraform-srv"
# priority = 0
# weight = 0
# port = 443
# target = "tips-of-mine.com"
# }
#}