Remember these three tips when writing clean
#Terraform code. 👨💻 ⤵️
1. Avoid overuse of for loops and counts.
2. Work to prevent putting the object name in the resource identifier.
3. Bring information to the front and don’t chain Terraform modules.