File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 128
128
inputs = {
129
129
aws_profile = local.aws_profile
130
130
hosted_zone_id = dependency.dns.outputs.hosted_zone_id
131
- release_tag = " v0.32.2 "
131
+ release_tag = " v0.32.3 "
132
132
133
133
cloudfront_name = " hearchco-api-cloudfront-${ local . environment } "
134
134
cloudfront_domain_name = local.domain_name_cloudfront
Original file line number Diff line number Diff line change @@ -51,6 +51,19 @@ locals {
51
51
type = " TXT" ,
52
52
ttl = 60 ,
53
53
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" ]
54
67
}
55
68
]
56
69
}
Original file line number Diff line number Diff line change 101
101
inputs = {
102
102
aws_profile = local.aws_profile
103
103
hosted_zone_id = dependency.dns.outputs.hosted_zone_id
104
- release_tag = " v0.21.1 "
104
+ release_tag = " v0.22.0 "
105
105
106
106
cloudfront_name = " hearchco-ssr-cloudfront-${ local . environment } "
107
107
cloudfront_domain_name = local.domain_name_cloudfront
You can’t perform that action at this time.
0 commit comments