mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 12:17:44 +02:00
initial workspace contribution
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
@@ -265,3 +265,13 @@ new aws.route53.Record("targetDomain", {
|
||||
evaluateTargetHealth: true,
|
||||
}],
|
||||
})
|
||||
|
||||
new aws.route53.Record("databaseRecord", {
|
||||
name: "db.hc.engineering",
|
||||
zoneId: zoneId,
|
||||
type: "CNAME",
|
||||
ttl: 300,
|
||||
records: [
|
||||
"xored.com"
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user