-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
fix: slack ID made optional. #1677
Conversation
@Shurtu-gal any views on this. |
This looks good. One thing could you try running the changes once though. Rest looks LGTM. |
Sure will test it and let you know. |
@Shurtu-gal tested the changes locally in my test workspace by removing slackID from one of the member and CI worked perfectly. |
Yep looks correct. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please ping the maintainers once for their approval as well. |
Thanks for review. |
Sure , Making this Ready for review. |
@derberg @thulieblack @quetzalliwrites Can you please review this PR. |
/rtm |
Description
As discussed in the Issue #1658 if slack id is not present we just ignore it hence this PR introduces the changes to allow terraform to correctly parse them if slack ID is not present.
Related issue(s)
#1658
@Shurtu-gal please provide feedback on this approach.
Thanks.