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
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