Actualiser records_txt.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 18s

This commit is contained in:
2025-08-05 14:55:11 +02:00
parent 98ccefb214
commit fc1b471492

View File

@@ -52,4 +52,15 @@ resource "cloudflare_dns_record" "txt-tips-of-mine" {
tags = []
ttl = 3600
type = "TXT"
}
resource "cloudflare_dns_record" "txt-bimi" {
zone_id = var.cloudflare_zone_id
comment = "Domain verification record Y"
content = "\"v=BIMI1;l=https://bimi.tips-of-mine.fr/tips-of-mine.svg;\""
name = "default._bimi"
proxied = false
tags = []
ttl = 3600
type = "TXT"
}