Skip to content

Commit

Permalink
feat(prod/dns): updown.io for frontend and api
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski committed Dec 5, 2024
1 parent 1a4fac6 commit 7a820b1
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 7a820b1

Please sign in to comment.