jaylong255 / cyberworld-site

0 stars 0 forks source link

Add a route53 resource to the static frontend module #26

Closed jaylong255 closed 1 year ago

jaylong255 commented 1 year ago

Although the certificate and validation resources need to be handled elsewhere, the dns record for the subdomain actually needs to be packaged in with the app module.

You'll need to pass in the hosted zone id. I think that's it. The Terraform resource is called aws_route53_record. The docs can be found here

jaylong255 commented 1 year ago

this issue got resolved an a small pull request that was already open