initial workspace contribution

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov
2021-08-19 09:36:12 +02:00
parent 5ce8370a63
commit dec3adefeb
14 changed files with 1380 additions and 8 deletions
+10
View File
@@ -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"
]
})