Actualiser records_txt.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 18s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 18s
This commit is contained in:
@@ -53,3 +53,14 @@ resource "cloudflare_dns_record" "txt-tips-of-mine" {
|
|||||||
ttl = 3600
|
ttl = 3600
|
||||||
type = "TXT"
|
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"
|
||||||
|
}
|
Reference in New Issue
Block a user