DEV Community

Discussion on: Using Terraform? What is your biggest advice...

Collapse
 
sujithq profile image
Sujith Quintelier • Edited

3) make sure you have a .gitignore file
4) make use of override.tf so you can test it locally. Here you can put sensitive data and in combination with .gitignore it won't be checked in.
5) use terraform validate before checking in