Tofu init.
Auto-PR Check/Creation and TF/OpenTofu Plan / Check and Create PR (push) Successful in 44s
Auto-PR Check/Creation and TF/OpenTofu Plan / Terraform/OpenTofu Plan (push) Failing after 39s

This commit is contained in:
2025-10-17 21:11:05 -04:00
parent 2a4d04dd06
commit 1878a5356b
+5
View File
@@ -57,6 +57,11 @@ jobs:
version: ${{ env.OPENTOFU_VERSION }}
tofu_wrapper: true
- name: Run tofu init
uses: dnogu/tofu-init@v1
with:
working-directory: ./cloudflare
- name: Tofu Plan
id: tofu_plan
uses: dnogu/tofu-plan@v1