Skip to content

Commit

Permalink
Fix bash syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Jan 5, 2024
1 parent 8674475 commit 1a392ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
AWS_ENDPOINT_URL: https://s3.us-east-005.backblazeb2.com
run: |
terraform show -json > state.json
aws s3 cp state.json s3://terraform-state-backup/${{ github.repository }}/${date +%s}.json
aws s3 cp state.json s3://terraform-state-backup/${{ github.repository }}/$(date +%s).json
- run: terraform show -no-color tfplan > summary.txt
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 1a392ce

Please sign in to comment.