mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
actually destroy module.redis-v70 on staging
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user