Skip to content
Discussion options

You must be logged in to vote

@lpossamai we have a similar issue when trying to run terragrunt run-all init and terragrunt run-all plan against all of our terragrunt directories. We're using terragrunt in a CICD pipeline via GitHub Actions and after a few iterations, we got around the output dependency issue by introducing the mock outputs, but now we get something like terragrunt Underlying error: invalid character ':' after top-level value when trying to do a run-all plan. Have you managed to find a workaround? In the interim, we've created a Makefile and are now running the int, plan and apply against the first directory then moving onto the second directory. But this is not ideal. Ideally, we want a separate task…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@lpossamai
Comment options

Comment options

You must be logged in to vote
1 reply
@lpossamai
Comment options

Answer selected by lpossamai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment