Below you will find pages that utilize the taxonomy term “marcinbator”
January 16, 2026
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.
January 16, 2026
Import Tofu output
Version updated for https://github.com/marcinbator/import-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 simplifies the process of importing OpenTofu outputs by converting environment variables into a .tfvars.json file, enabling seamless integration with OpenTofu workflows. It automates the handling of multiple Base64-encoded outputs from previous jobs, consolidates them into a single JSON file, and ensures compatibility for Terraform execution.