Skip to content

Commit

Permalink
Merge pull request #44 from hearchco/as/feat/updown-dns
Browse files Browse the repository at this point in the history
feat(prod/dns): updown.io for frontend and api
  • Loading branch information
aleksasiriski authored Dec 5, 2024
2 parents 1a4fac6 + 7a820b1 commit 77be5e1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions live/prod/dns/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,30 @@ 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 77be5e1

Please sign in to comment.