The Professional Standard
- Small Repos: Don't put your whole company in one state file.
- Version Pinning: Always pin your provider and module versions.
- No Secrets in Code: Use Environment Variables or Vault.
- Automated Testing: Run
fmt,validate, andcheckovin every PR.