This message was deleted.
# atlantis-community
s
This message was deleted.
p
run-all is a terragrunt feature no?
t
yep, we have a couple of use cases nothing major where it would be cool to do, was looking for if anyone had implemented it in the workflow steps
g
There are some examples for terragrunt on the docs, I tried replacing them with run-all commands and they work, but then we had the problem of outputs -> https://terragrunt.gruntwork.io/docs/features/execute-terraform-commands-on-multiple-modules-at-once/#unapplied-dependency-and-mock-outputs
t
ah gotcha good feedback, Thank you Garbriel 🙂
👍 1
d
Outputs will be an issue for sure
The problem is that terragrunt doesn't have a great way of spamming the output in a concise, ingestable format. It also spits the output out randomly
t
ah ok yeah that makes sense