mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
add telegram dns record
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
c26c92023e
commit
1c0211d057
@ -316,3 +316,13 @@ new aws.route53.Record("accountRecord", {
|
|||||||
"107.191.38.121"
|
"107.191.38.121"
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
||||||
|
new aws.route53.Record("telegramRecord", {
|
||||||
|
name: "telegram.hc.engineering",
|
||||||
|
zoneId: zoneId,
|
||||||
|
type: "A",
|
||||||
|
ttl: 300,
|
||||||
|
records: [
|
||||||
|
"107.191.38.121"
|
||||||
|
]
|
||||||
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user