broad-zoo-34077
03/16/2022, 9:14 PMlittle-author-61621
terragrunt
binary. Does adding a step that runs terragrunt run-all terragrunt-info
directly fail with the same issue?adventurous-spring-45692
04/12/2022, 1:27 PMrunner
which does not have the right to write in terragrunt-cache
which were created previouslymysterious-teacher-68276
04/12/2022, 1:47 PMrunner
user?adventurous-spring-45692
04/12/2022, 2:02 PM- name: Run Infracost
run: |
sudo chown -R 1001:1001 ${{ env.tf_working_dir }}
infracost breakdown --path=${{ env.tf_working_dir }} --format=json --out-file=/tmp/infracost.json
Before running itadventurous-spring-45692
04/12/2022, 2:03 PMroot
inside the container. I haven´t found another workaround as github action documentation say to not use USER in Dockerfile to create github actions