Below you will find pages that utilize the taxonomy term “marcinbator”
March 24, 2026
Publish TF output
Version updated for https://github.com/marcinbator/publish-terraform-output to version v1.0.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of publishing Terraform or OpenTofu plan command outputs by displaying them as comments on pull requests, workflow summaries, and uploaded artifacts. It streamlines collaboration by centralizing critical infrastructure changes for review, ensuring visibility and traceability.
February 19, 2026
Import Tofu output
Version updated for https://github.com/marcinbator/import-tofu-output to version v2.0.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of importing OpenTofu output variables from environment variables into a .tfvars.json file, streamlining the management of Terraform variable files for OpenTofu workflows. It solves the problem of manually handling and organizing outputs from multiple jobs by consolidating them into a single file, ensuring compatibility and reducing errors during OpenTofu execution.
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.