Skip to content

Commit

Permalink
Add chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
dezzzmond committed Jun 19, 2024
1 parent 302678a commit 034463a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# framework: terraform,github_actions
# container_user: 1000

- name: add .terraformrc
- name: Add .terraformrc
shell: bash
run: |
cat <<EOS >> $HOME/.terraformrc
Expand All @@ -65,6 +65,9 @@ jobs:
-backend-config="access_key=${{ secrets.S3_ACCESS_KEY }}"
-backend-config="secret_key=${{ secrets.S3_SECRET_KEY }}"
- name: Chmod providers
run: chmod -R 777 $GITHUB_WORKSPACE/providers

- name: Terraform apply
run: terraform apply -auto-approve

Expand Down

0 comments on commit 034463a

Please sign in to comment.