Skip to content

In the Reference Architecture, can I run terragrunt run-all <command> from the root? #96

Answered by rhoboat
rhoboat asked this question in Help
Discussion options

You must be logged in to vote

No, and this is because Terragrunt cannot access multiple accounts at the same time and can only assume one role at a time. The best you can do is run terragrunt run-all <command> from the root of the account directory, i.e., security, shared, logs, dev, stage, prod.

Please also take a look at this comprehensive answer on running terragrunt manually/locally, including the run-all commands.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rhoboat
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment