Below you will find pages that utilize the taxonomy term “gruntwork-io”
January 9, 2026
Gruntwork Terragrunt
Version updated for https://github.com/gruntwork-io/terragrunt-action to version v3.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 301 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The terragrunt-action GitHub Action automates the installation and execution of Terragrunt and OpenTofu, tools for managing Terraform configurations and workflows. It simplifies infrastructure management by allowing users to specify tool versions, run Terragrunt commands, and integrate outputs directly into CI/CD pipelines.
July 25, 2025
Gruntwork Terragrunt
Version updated for https://github.com/gruntwork-io/terragrunt-action to version v3.0.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 258 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed chore: github token passing fixes by @denis256 in https://github.com/gruntwork-io/terragrunt-action/pull/110 Full Changelog: https://github.com/gruntwork-io/terragrunt-action/compare/v3.0.1...v3.0.2
July 21, 2025
Gruntwork Terragrunt
Version updated for https://github.com/gruntwork-io/terragrunt-action to version v3.0.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 257 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Allow for tofu_version to be optional when tf_path is provided by @adhuber in https://github.com/gruntwork-io/terragrunt-action/pull/108 New Contributors @adhuber made their first contribution in https://github.com/gruntwork-io/terragrunt-action/pull/108 Full Changelog: https://github.com/gruntwork-io/terragrunt-action/compare/v3...v3.0.1
July 9, 2025
Gruntwork Terragrunt
Version updated for https://github.com/gruntwork-io/terragrunt-action to version v3.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 255 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 🛠️ Breaking Changes Container Usage Removed This GitHub Action no longer uses a container to run Terragrunt/OpenTofu.
It simply installs Terragrunt and OpenTofu directly on the runner using mise. The action also supports installing Terragrunt + OpenTofu without running any Terragrunt command on behalf of the user.