Below you will find pages that utilize the taxonomy term “datadrivers”
January 5, 2026
Run Terraform via Terragrunt
Version updated for https://github.com/datadrivers/terragrunt-action to version v4.0.3.
This action is used across all versions by 386 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the installation and execution of Terraform and Terragrunt, leveraging the tofuutils/tenv utility for managing their binaries. It simplifies workflows by handling Terraform and Terragrunt versioning, environment configuration, and AWS authentication, enabling users to efficiently perform tasks like validation, planning, and infrastructure provisioning.
December 22, 2025
Run Terraform via Terragrunt
Version updated for https://github.com/datadrivers/terragrunt-action to version v4.0.2.
This action is used across all versions by 306 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the installation and execution of Terraform and Terragrunt for infrastructure as code workflows. It streamlines tasks such as validating, planning, and managing infrastructure configurations, while handling version management and AWS authentication seamlessly. By integrating with tofuutils/tenv, it simplifies tool setup and mitigates API rate limits, making it an efficient solution for managing Terraform and Terragrunt workflows in CI/CD pipelines.
November 27, 2025
Run Terraform via Terragrunt
Version updated for https://github.com/datadrivers/terragrunt-action to version v4.0.0.
This action is used across all versions by 36 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 4.0.0 (2025-11-27) feat!: split pr-commenter into sub action (#61) (e752434) BREAKING CHANGES pr commenter removed into separate action Signed-off-by: Steffen Tautenhahn stevie-@users.noreply.github.com
November 25, 2025
Run Terraform via Terragrunt
Version updated for https://github.com/datadrivers/terragrunt-action to version v3.0.0.
This action is used across all versions by 36 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 3.0.0 (2025-11-25) feat!: change github token logic (#60) (954b3d1) BREAKING CHANGES removed input github-token Signed-off-by: Steffen Tautenhahn stevie-@users.noreply.github.com
November 19, 2025
Run Terraform via Terragrunt
Version updated for https://github.com/datadrivers/terragrunt-action to version v2.2.2.
This action is used across all versions by 36 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 2.2.2 (2025-11-19) Bug Fixes let curl retry rate limit errors (e3e24b4)