Extending step for .tofurc creation.

This commit is contained in:
2025-11-04 15:24:58 -05:00
committed by Trez.One
parent c97fd38348
commit b5b9d8138c
@@ -70,6 +70,14 @@ jobs:
- 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