Skip to content

Commit 4047bfe

Browse files
committed
feat: status page and bump front & agent
1 parent f2ba932 commit 4047bfe

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

live/prod/agent/terragrunt.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ EOF
128128
inputs = {
129129
aws_profile = local.aws_profile
130130
hosted_zone_id = dependency.dns.outputs.hosted_zone_id
131-
release_tag = "v0.32.2"
131+
release_tag = "v0.32.3"
132132

133133
cloudfront_name = "hearchco-api-cloudfront-${local.environment}"
134134
cloudfront_domain_name = local.domain_name_cloudfront

live/prod/dns/terragrunt.hcl

+13
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,19 @@ locals {
5151
type = "TXT",
5252
ttl = 60,
5353
records = ["390ffbc03eb0af048b8fbd64c099da"]
54+
},
55+
// Updown
56+
{
57+
name = "status",
58+
type = "CNAME",
59+
ttl = 86400,
60+
records = ["page.updown.io"]
61+
},
62+
{
63+
name = "_updown.status",
64+
type = "TXT",
65+
ttl = 60,
66+
records = ["updown-page=p/az8oo"]
5467
}
5568
]
5669
}

live/prod/frontend/terragrunt.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ EOF
101101
inputs = {
102102
aws_profile = local.aws_profile
103103
hosted_zone_id = dependency.dns.outputs.hosted_zone_id
104-
release_tag = "v0.21.1"
104+
release_tag = "v0.22.0"
105105

106106
cloudfront_name = "hearchco-ssr-cloudfront-${local.environment}"
107107
cloudfront_domain_name = local.domain_name_cloudfront

0 commit comments

Comments
 (0)