I see permission denied error when my terragrunt tries to read the file inside the ecs fargrate docker image , I see that is working when I test it locally . But it gaves error of permission denied when it tries to read the file from ecs docker task
time=2021-07-28T08:48:10Z level=info msg=Formatting hcl file at: /home/terragrunt/terragrunt.hcl.
time=2021-07-28T08:48:10Z level=info msg=Formatting /home/terragrunt/terragrunt.hcl
time=2021-07-28T08:48:10Z level=error msg=open /home/terragrunt/terragrunt.hcl: permission denied
time=2021-07-28T08:48:10Z level=error msg=Unable to determine underlying exit code, so Terragrunt will exit with error code 1```