Skip to content

Commit

Permalink
Merge pull request #45 from hearchco/as/fix/updown-dns
Browse files Browse the repository at this point in the history
revert(prod/dns): updown.io for frontend and api
  • Loading branch information
aleksasiriski authored Dec 5, 2024
2 parents 77be5e1 + e9db308 commit 5114284
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions live/prod/dns/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -64,30 +64,6 @@ locals {
type = "TXT",
ttl = 60,
records = ["updown-page=p/az8oo"]
},
{
name = "frontend.status",
type = "CNAME",
ttl = 86400,
records = ["page.updown.io"]
},
{
name = "_updown.frontend.status",
type = "TXT",
ttl = 60,
records = ["updown-page=p/jmv8"]
},
{
name = "api.status",
type = "CNAME",
ttl = 86400,
records = ["page.updown.io"]
},
{
name = "_updown.api.status",
type = "TXT",
ttl = 60,
records = ["updown-page=p/1wk3"]
}
]
}
Expand Down

0 comments on commit 5114284

Please sign in to comment.