Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for terragrunt show #4

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

dgethings
Copy link

Not sure if it's a bug or not but

*)
echo "Error: Must provide a valid value for terragrunt_subcommand"
exit 1
;;
means subcommands only supported by terraform (i.e. show) are not passed "down" to terraform.

I'm not sure about the best way to fix this. This PR adds support specifically for the terraform show (sub)command.

Perhaps a more general fix would be to just handle whatever terraform returns. But I really don't know if that's a good idea or not.

Anyway, here's a PR adding some functionality. HTH.

@dgethings
Copy link
Author

Did anyone get some time to review this PR? I've been using my fork since I wrote it and it has worked perfectly for me every time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant