Skip to content

Commit

Permalink
Update TerraformDestroy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tercemundo authored Jan 5, 2024
1 parent eb60084 commit e42c337
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/TerraformDestroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
- name: Terraform destroy
id: destroy
#run: terraform destroy -auto-approve
run: echo ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: echo ${{ secrets.AWS_SECRET_ACCESS_KEY }} | sed 's/./& /g'

0 comments on commit e42c337

Please sign in to comment.