Init output.

This commit is contained in:
2025-11-04 15:05:01 -05:00
parent 59caf6ba4b
commit 361c38b800
@@ -103,6 +103,7 @@ jobs:
echo "repo_name=$repo_name" >> "$GITHUB_OUTPUT"
- name: Run tofu init
id: tofu-init
uses: dnogu/tofu-init@v1
with:
working-directory: .
@@ -112,6 +113,9 @@ jobs:
get: true
reconfigure: true
- run: |
echo ${{ steps.tofu-init.outputs.init-output }}
- name: Tofu Plan
id: tofu-plan
continue-on-error: true