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:
@@ -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"
|
||||
}
|
Reference in New Issue
Block a user