Route53 alias entry in apex domains
Hi, I want to create an entry in Route53 which is an alias to a Cloudfront distribution, but it looks like the module (networking/route53) doesn't support it. Could you confirm this and if there is a workaround? Thanks. --- <ins datetime="2023-11-06T13:28:05Z"> <p><a href="https://support.gruntwork.io/hc/requests/110572">Tracked in ticket #110572</a></p> </ins>
Ok, we just found the issue. We had several entries in the apex record (only one of them had an alias) but all of them need the entry for an alias even if it's empty (alias={}) I think this behaviour should be documented somewhere in the variables.tf file where there are several samples and it explicitly says `# (Optional) An alias block.` when referring to the alias entry.