-
Notifications
You must be signed in to change notification settings - Fork 889
Open
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: FeatureNew feature or requestNew feature or request
Description
Describe the need
Right now, the github_repository_environment resource only accepts numeric IDs for reviewers:
reviewers {
teams = [data.github_user.devops.id]
}It would be much easier if it supported team slugs and user logins instead:
reviewers {
teams = ["devops", "security"]
users = ["jdoe", "asmith"]
}This would make configurations more readable and portable, without needing extra data sources like:
data "github_team" "devops" {
slug = "devops"
}SDK Version
No response
API Version
No response
Relevant log output
Code of Conduct
- I agree to follow this project's Code of Conduct
juan-vg
Metadata
Metadata
Assignees
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: FeatureNew feature or requestNew feature or request
Type
Projects
Status
Backlog