Update comentario to 3.10.0

It supports IPv6 now
This commit is contained in:
Jake Howard
2024-09-14 17:19:57 +01:00
parent 1e25a56cc5
commit 7ff8c46c0c
2 changed files with 3 additions and 3 deletions

View File

@ -216,8 +216,8 @@ resource "cloudflare_record" "theorangeonenet_mastodon" {
resource "cloudflare_record" "theorangeonenet_comentario" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "comentario"
value = cloudflare_record.sys_domain_walker.value
type = "A"
value = cloudflare_record.sys_domain_walker.hostname
type = "CNAME"
ttl = 1
}