Skip to content

Commit

Permalink
Iterating GH Action Sun Jan 5 09:04:27 PM EST 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
jadudm committed Jan 6, 2025
1 parent 1b6f554 commit 84ca964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
region="${{ secrets.TF_VAR_AWS_DEFAULT_REGION}}"
access_key="${{ secrets.TF_VAR_AWS_ACCESS_KEY_ID }}"
secret_key="${{ secrets.TF_VAR_AWS_SECRET_ACCESS_KEY }}"
endpoint="https://s3-${{ secrets.TF_VAR_AWS_DEFAULT_REGION }}.amazonaws.com/${{ secrets.TF_VAR_BUCKET_NAME }}/"
endpoints={ s3 = "https://s3-${{ secrets.TF_VAR_AWS_DEFAULT_REGION }}.amazonaws.com/${{ secrets.TF_VAR_BUCKET_NAME }}/" }
EOF
# This fails because it relies on the `tfvars` file, which does
Expand Down

0 comments on commit 84ca964

Please sign in to comment.