DEV Community

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

Collapse
 
tmidi profile image
Taleeb Midi

two short advices:
1) use a remote backend Backends, this especially mandatory if you are using terraform with others,
2) use modules whenever possible. Terraform is working on adding more functionality to modules, and with the release of 0.13 (still in Alpha). more functionality will be added, notably using for_each loops.