-
Notifications
You must be signed in to change notification settings - Fork 273
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
Terraform map outputs break garden #1947
Comments
Can this get some attention? Even just validation that I'm not doing something wrong. This will become more problematic for us as we want our infrastructure to be more modular (specific example: every RDS instance gets a debezium kafka connect instance, which is easy if our RDS instances are a map we can loop over). |
My apologies @ThisGuyCodes. Much of the team has been away, I'm catching up a little. Hadn't seen this before. We rely on |
Oh I see it now. It's a no-longer-needed limitation in the |
@edvald you just made my day! |
Bug
Current Behavior
Expected behavior
Works.
Reproducible example
Any terraform output that has a map:
Workaround
Don't use map outputs.
Suggested solution(s)
Output validator should consider more types valid.
Additional context
Personally it's less important that I be able to access this value in templating (though I believe you're using the json output, so idk how hard that'd be). I'm already dumping the output to a json in an exec build.
The text was updated successfully, but these errors were encountered: