Open
Description
Current Terraform Version
0.12.12
Proposal
It's usually a good practice in many languages to have an empty line at the end of the file. Formatters like black
for Python or prettier
for JavaScript take care of that. terraform fmt
should do the same.
Notice also that GitHub counts the missing empty line as a small error in pull requests, adding a small symbol at the end of the file when you review the changed files.