FAQ
FTP (Frequent Terraform Problems)
Last updated
FTP (Frequent Terraform Problems)
Last updated
- Orchestration tool
- Code linter
- Version manager
- HashiCorp plugin for the version manager
- Pull Request automation
- Collection of git hooks for Terraform to be used with
- Cloud cost estimates for Terraform in pull requests. Works with Terragrunt, Atlantis and pre-commit-terraform too.
Versions of resource and infrastructure modules should be specified. Providers should be configured outside of modules, but only in composition. Version of providers and Terraform can be locked also.
There is no master dependency management tool, but there are some tips to make dependency specifications less problematic. For example, can be used to automate dependency updates. Dependabot creates pull requests to keep your dependencies secure and up-to-date. Dependabot supports Terraform configurations.