All checks were successful
terraform validation / Terraform (push) Successful in 10s
14 lines
324 B
HCL
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"
|
|
# }
|
|
#} |