Removing Tofu cache clear step.

This commit is contained in:
2025-11-07 12:08:29 -05:00
parent 3f6b155c9e
commit ce1fd20de0
@@ -76,18 +76,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Clear Tofu cache
run: |
rm cloudflare/.terraform.lock.hcl
cat > cloudflare/.tofurc <<'EOF'
provider_installation {
network_mirror {
url = "https://registry.terraform.io/"
}
direct {}
}
EOF
- name: Setup OpenTofu
uses: opentofu/setup-opentofu@v1.0.6
with: