mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-24 04:17:50 +00:00
add rekoni dns record (#919)
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
9fefef5d4a
commit
5599a8c257
@ -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"
|
||||
]
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user