5 Commits

Author SHA1 Message Date
f294580e31
delegate dap.ps domain management to Route53
We have to use Route53 because it provides the option to use an
ALIAS type record which works for apex records and can point to
a CloudFront distribution in a dynamic way.

Without this we'd have to use A records which are static unlike
a CNAME, which would eventually become obsolete and take down
the site when they do.

Details: https://github.com/dap-ps/infra-dapps/issues/18

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-01-27 20:49:05 +01:00
dcf66cd102
upgrade to Terraform 0.12
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-30 14:36:52 -04:00
e8136e233a
drop dns.tf file, move to other files
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-25 13:14:50 -04:00
6cbde717bb
add verified email addresses
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-05-31 17:44:50 -04:00
22f54ded13
automate verification of SES domain
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-05-31 14:24:13 -04:00