Terragrunt Appending Command to File Path #705
Unanswered
davidtram0610
asked this question in
Help
Replies: 1 comment 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After updating to awscli==1.24.10, botocore==1.26.10, boto3== 1.23.10, when my pipeline execute this command:
terragrunt run-all plan --terragrunt-non-interactive
The pipeline encounters this error:
Here is how my folder structure looks like:
Terraform/
├── infra-live/
│ ├── dev/
│ │ ├── kms/
│ │ │ ├── variables.tf
│ │ │ ├── main.tf
│ │ │ ├── outputs.tf
│ │ │ ├── terragrunt.hcl
│ └── env.hcl
I also try to run
terragrunt validate --terragrunt-non-interactive
, the error isMy observation is that somehow, terragrunt appends the commands to the file path which makes the pipeline unable to pickup the infra-structure code.
Have anyone experienced this issue or have any ideas what is going under the hood with terragrunt to cause this behavior?
Tracked in ticket #110139
Beta Was this translation helpful? Give feedback.
All reactions