mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-27 02:41:56 -04:00
destroy module.logo_upload_bucket
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
run: terraform init
|
||||
|
||||
|
||||
- name: Terraform see if we can destroy a specific module
|
||||
- name: Destroy (one-time) module.logo_upload_bucket then comment out
|
||||
working-directory: terraform/staging
|
||||
env:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.TERRAFORM_STATE_ACCESS_KEY }}
|
||||
@@ -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.logo_upload_bucket
|
||||
terraform destroy -target=module.logo_upload_bucket
|
||||
|
||||
|
||||
- name: Terraform apply
|
||||
|
||||
Reference in New Issue
Block a user