actually destroy module.redis-v70 on staging

This commit is contained in:
Kenneth Kehl
2025-10-22 13:08:55 -07:00
parent f5c2c392a7
commit 2fa1d5b444

View File

@@ -46,7 +46,7 @@ jobs:
TF_VAR_cf_user: ${{ secrets.CLOUDGOV_USERNAME }}
TF_VAR_cf_password: ${{ secrets.CLOUDGOV_PASSWORD }}
run: |
terraform plan -destroy -target=module.redis-v70
terraform destroy -target=module.redis-v70 -auto-approve
- name: Terraform apply