add rekoni dns record (#919)

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2022-02-03 10:02:05 +01:00 committed by GitHub
parent 9fefef5d4a
commit 5599a8c257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,3 +326,13 @@ new aws.route53.Record("telegramRecord", {
"107.191.38.121"
]
})
new aws.route53.Record("rekoniRecord", {
name: "rekoni.hc.engineering",
zoneId: zoneId,
type: "A",
ttl: 300,
records: [
"107.191.38.121"
]
})