diff --git a/records_txt.tf b/records_txt.tf index 00c010e..b863d4b 100644 --- a/records_txt.tf +++ b/records_txt.tf @@ -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" } \ No newline at end of file