Removing Tofu cache clear step.
This commit is contained in:
@@ -76,18 +76,6 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Setup OpenTofu
|
||||||
uses: opentofu/setup-opentofu@v1.0.6
|
uses: opentofu/setup-opentofu@v1.0.6
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user