Below you will find pages that utilize the taxonomy term “Dflook”
July 19, 2026
terraform-plan
Version updated for https://github.com/dflook/terraform-plan to version v3.0.0.
This action is used across all versions by 369 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This Terraform action generates and optionally comments on a plan for a given Terraform project. It supports PRs by adding comments with the generated plan, automating the creation of plans for other events, and providing options to customize variables, backend configurations, and resource targeting. The action is part of a suite of actions for managing Terraform projects in GitHub Actions.
July 19, 2026
terraform-validate
Version updated for https://github.com/dflook/terraform-validate to version v3.0.0.
This action is used across all versions by 605 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates Terraform validation by running the terraform validate command to check that a Terraform configuration is valid. It can detect and fail builds if the configuration contains syntax errors or other issues before attempting a plan. The action supports specifying workspace, backend configurations, and environment variables for customizing the validation process.
July 19, 2026
terraform-version
Version updated for https://github.com/dflook/terraform-version to version v3.0.0.
This action is used across all versions by 25 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The action determines and outputs the Terraform version to use based on various sources including cloud workspace configurations, module configuration, environment variables, and available binaries. It supports both Hashicorp’s Terraform and OpenTofu, automatically discovering the appropriate version for a given Terraform root module.