diff --git a/cloud/app/index.ts b/cloud/app/index.ts index 4531a38340..a41f2ee01f 100644 --- a/cloud/app/index.ts +++ b/cloud/app/index.ts @@ -316,3 +316,13 @@ new aws.route53.Record("accountRecord", { "107.191.38.121" ] }) + +new aws.route53.Record("telegramRecord", { + name: "telegram.hc.engineering", + zoneId: zoneId, + type: "A", + ttl: 300, + records: [ + "107.191.38.121" + ] +})