From 81b86daa035a98ea1b2729b1e9dccd731107f348 Mon Sep 17 00:00:00 2001 From: Rob Lazzurs Date: Sat, 4 Jul 2026 15:29:27 +0000 Subject: [PATCH] ci(cloudflare): bump OpenTofu to 1.12.3 for removed block support OpenTofu 1.8.1 rejects the removed block used to forget the familychat.dev zone settings override from state (Unsupported block type). 1.12.3 validates it. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01Gv4g5QrwxvAe1BcQF7PdvY --- .github/workflows/cloudflare_unicornops_apply.yml | 2 +- .github/workflows/cloudflare_unicornops_plan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloudflare_unicornops_apply.yml b/.github/workflows/cloudflare_unicornops_apply.yml index 7c0b54d..d90f369 100644 --- a/.github/workflows/cloudflare_unicornops_apply.yml +++ b/.github/workflows/cloudflare_unicornops_apply.yml @@ -27,7 +27,7 @@ jobs: - name: Setup OpenTofu uses: opentofu/setup-opentofu@v2 with: - tofu_version: 1.8.1 + tofu_version: 1.12.3 - name: Setup Terragrunt run: | diff --git a/.github/workflows/cloudflare_unicornops_plan.yml b/.github/workflows/cloudflare_unicornops_plan.yml index 5c80a00..88b7535 100644 --- a/.github/workflows/cloudflare_unicornops_plan.yml +++ b/.github/workflows/cloudflare_unicornops_plan.yml @@ -27,7 +27,7 @@ jobs: - name: Setup OpenTofu uses: opentofu/setup-opentofu@v2 with: - tofu_version: 1.8.1 + tofu_version: 1.12.3 - name: Setup Terragrunt run: |