presque
All checks were successful
terraform validation / Terraform (push) Successful in 10s

This commit is contained in:
2025-01-13 21:48:50 +01:00
parent 05c371e282
commit 2071a0f7a2
5 changed files with 27 additions and 39 deletions

View File

@@ -1,16 +1,14 @@
resource "cloudflare_record" "sip-tls-terraform-srv" {
domain = "${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"
}
}
#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"
# }
#}