tout est fonctionnel
All checks were successful
terraform validation / Terraform (push) Successful in 11s
All checks were successful
terraform validation / Terraform (push) Successful in 11s
This commit is contained in:
@@ -1,14 +1,19 @@
|
||||
#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"
|
||||
# }
|
||||
#}
|
||||
resource "cloudflare_record" "sip-tls-terraform-srv" {
|
||||
zone_id = var.cloudflare_zone_id
|
||||
comment = "Domain verification record M"
|
||||
data {
|
||||
service = "_sip"
|
||||
proto = "_tls"
|
||||
name = "terraform-srv"
|
||||
priority = 0
|
||||
weight = 0
|
||||
port = 443
|
||||
target = "tips-of-mine.com"
|
||||
}
|
||||
name = "_sip._tls"
|
||||
proxied = false
|
||||
tags = []
|
||||
ttl = 300
|
||||
type = "SRV"
|
||||
priority = 0
|
||||
}
|
Reference in New Issue
Block a user