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
Fix: fix incorrect conditional logic for dynamic blocks iterating on var.ec2_tag_set and var.ec2_tag_filter (#13)
- Swap second and third arguments in ternary operator for `var.ec2_tag_set` and `var.ec2_tag_filter`, which are incorrectly supplying an empty list if their lengths are > 0.
- Use `lookup` function in dynamic blocks in order to introduce more robustness.
Co-authored-by: nitrocode <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: Yonatan Koren <[email protected]>
0 commit comments