Actualiser records_srv.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 11s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 11s
This commit is contained in:
@@ -2,9 +2,9 @@ resource "cloudflare_dns_record" "sip-tls-terraform-srv" {
|
||||
zone_id = var.cloudflare_zone_id
|
||||
comment = "Domain verification record M"
|
||||
data {
|
||||
service = "_sip"
|
||||
proto = "_tls"
|
||||
name = "terraform-srv"
|
||||
#service = "_sip"
|
||||
#proto = "_tls"
|
||||
#name = "terraform-srv"
|
||||
priority = 0
|
||||
weight = 0
|
||||
port = 443
|
||||
|
Reference in New Issue
Block a user