Quick Start¶
Get up and running with the Terraform Toolkit Docker image in minutes.
Prerequisites¶
Make sure you have Docker installed on your system.
Pull the Image¶
The image is available on Docker Hub.
Run the Container¶
Start an interactive session:
You now have access to all bundled tools:
terraform --version
terragrunt --version
checkov --version
terraform-docs --version
tflint --version
trivy --version
aws --version
eksctl version
pre-commit --version
Run Terraform Commands¶
Mount your working directory and run Terraform:
Run Security Scans¶
Scan your Terraform configurations with Checkov:
Scan with Trivy:
Next Steps¶
- Read the Usage Guide for detailed instructions on CI integration and advanced usage
- Check the Configuration Reference for customizing tool versions