From fc1b471492d8f0e1715c504c6460f3148d540160 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Tue, 5 Aug 2025 14:55:11 +0200 Subject: [PATCH] Actualiser records_txt.tf --- records_txt.tf | 11 +++++++++++ 1 file changed, 11 insertions(+) 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