Export Tofu output
Version updated for https://github.com/marcinbator/export-tofu-output to version v1.0.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action enables the export of OpenTofu outputs in JSON format to the GITHUB_OUTPUT variable using Base64 encoding. It automates the process of consolidating OpenTofu outputs into a single variable (tf_outputs) for easier reuse across different workflow jobs or subsequent actions. This simplifies the management and sharing of Tofu outputs within GitHub workflows, ensuring compatibility and efficiency in multi-step deployments.