v0.2.1
cloudpossebot
released this
21 Apr 19:37
·
29 commits
to refs/heads/main
since this release
🚀 Enhancements
Add `sub_domains` output @aknysh (#5)
what
- Add
sub_domains
output
why
- Needed to create DNS CNAME records in the custom domain DNS zone to point to the Amplify app
sub_domains = toset([
{
"branch_name" = "dev"
"dns_record" = "dev CNAME d3id0e13ftymve.cloudfront.net"
"prefix" = "dev"
"verified" = false
},
{
"branch_name" = "main"
"dns_record" = " CNAME d3id0e13ftymve.cloudfront.net"
"prefix" = ""
"verified" = false
},
])