Skip to content

Commit

Permalink
dodge cloudflare record change
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli committed Jul 1, 2024
1 parent 6555687 commit acf6a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudflare.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ resource "cloudflare_record" "code-haxe-org" {
resource "cloudflare_record" "community-haxe-org" {
for_each = {
A = "152.228.170.54"
AAAA = "2001:41d0:0304:0200:0000:b59a:0000:0000"
AAAA = "2001:41d0:304:200:0:b59a::"
}
zone_id = local.cloudflare.zones.haxe-org.zone_id
name = "community"
Expand Down

0 comments on commit acf6a91

Please sign in to comment.