terraform-output
Version updated for https://github.com/dflook/terraform-output to version v2.2.3.
- This action is used across all versions by 70 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The terraform-output GitHub Action retrieves root-level outputs from a Terraform configuration, automating the extraction and usage of these outputs within workflows. It simplifies tasks such as accessing infrastructure details or configuration results by providing outputs as individual action outputs or as a JSON file. This action is particularly useful for integrating Terraform-managed resources into broader CI/CD processes.
Release notes
This is one of a suite of terraform related actions - find them at dflook/terraform-github-actions.
You can see the changes for this release in the CHANGELOG
You can specify the action version as:
@v2.2.3to use exactly this release@v2.2to use the latest patch release for the specific minor version@v2to use the latest patch release for the specific major version