-
Notifications
You must be signed in to change notification settings - Fork 190
Project data source #142
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
Project data source #142
Conversation
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.
Just a few grammar changes where it might impact understanding. Thank you for the quick turnaround!
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.
Perfect, LGTM
This is very nice. I wonder if we can do the same for the Teams data source - be able to look it up by name as well. Now it only supports ID. |
@michelzanini feel free to vote for an expansion of Teams DS here: https://feedback.mongodb.com/forums/924145-atlas/suggestions/39738265-add-support-for-name-as-argument-for-the-team-data |
Added:
name
andproject_id
can be used in the data source to query, but one of both must be configurated.name
attribute.Example Usage
Using project_id attribute to query
Using name attribute to query
closes #140