You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For context, @m-ronchi , we have an interface redesign that is currently in internal review. Once we finish with that review, I'll be publishing it as a public RFC for community feedback. It will directly address this issue.
If you're looking for a workaround in the short-term, navigate to the relevant .terragrunt-cache/x/y directory that's created when you run terragrunt init, and use tofu/terraform graph there.
@m-ronchi , please take a look at #3445 , and see if that provides the type of user experience with Terragrunt that would have mitigated this issue, in your opinion.
Describe the bug
terraform graph
is a command for showing dependencies between resourcesterragrunt graph
is a different commandthere is no way (or docs are incomplete) to make terragrunt forward the graph command to terraform
Steps To Reproduce
terragrunt ??? graph
Expected behavior
terragrunt runs the
terraform graph
commandThe text was updated successfully, but these errors were encountered: