-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
terraform: configure marlowe-finance/route53
Create marlowe-finance.io resources: - aws_route53_zone for "marlowe-finance.io" - aws_route53_record (A) for marlowe-finance.io - aws_route53_record (CNAME) for "run.marlowe-finance.io" - aws_route53_record (CNAME) for "play.marlowe-finance.io" This commit also adds `marlowe_finance_production_ip`, the ip address of production.marlowe.iohkdev.io, which the A record from above needs to refer to. Due to the dynamic nature of the terraform configuration the IP unfortunately has to be hard-coded: Refering to machines via $env would lead to DNS records being created for all and any environment getting deployed (alpha, <userX>, ..) but of course this should only ever be applied for production.
- Loading branch information
Showing
2 changed files
with
45 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters