Skip to content

feat(container): add terragrunt as companion tool to terraform#7

Merged
matthew-on-git merged 1 commit intomainfrom
feat/terragrunt-support
Mar 5, 2026
Merged

feat(container): add terragrunt as companion tool to terraform#7
matthew-on-git merged 1 commit intomainfrom
feat/terragrunt-support

Conversation

@matthew-on-git
Copy link
Contributor

Summary

  • Adds terragrunt binary download to install-terraform.sh (GitHub releases, idempotent)
  • Adds terragrunt hclfmt --terragrunt-check to _format and terragrunt hclfmt to _fix (gated on terragrunt.hcl file presence)
  • Adds terragrunt --version to _docs tool version manifest and test-terraform.sh validation
  • Updates README tools table

Test plan

  • make build — container builds successfully with terragrunt installed
  • bash tests/test-terraform.shterragrunt — OK
  • make check — all checks pass
  • CI build passes

🤖 Generated with Claude Code

Terragrunt is installed alongside Terraform tooling and runs
automatically when terragrunt.hcl files are detected. Adds hclfmt
format checking in _format, fix in _fix, and version reporting in _docs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@matthew-on-git matthew-on-git merged commit 567f228 into main Mar 5, 2026
1 check passed
@matthew-on-git matthew-on-git deleted the feat/terragrunt-support branch March 5, 2026 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant