We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 v0.11.14 provider.github v2.2.0
Please list the resources as a list, for example:
resource "github_team_repository" "team_developers" { team_id = "${github_team.team.id}" repository = "my-repo" permission = "maintain" }
N/A
We expect to assign "maintain" role on repository for specified team.
But this role is still in beta, it doesn't seem to be available through api => https://developer.github.com/v3/repos/collaborators/#add-user-as-a-collaborator.
I got this (expected) error:
Error: github_team_repository.team_developers: maintain is an invalid value for argument permission
Please list the steps required to reproduce the issue, for example:
terraform apply
I think it will be available once maintain feature will be released, I create this issue to follow when it will be available.
The text was updated successfully, but these errors were encountered:
As stated in #296 this feature is out of beta / generally available: https://github.blog/2019-10-03-delegate-responsibilities-with-expanded-repository-permissions/
Sorry, something went wrong.
OK I close this issue, duplicate with #296 thx @alexbde
No branches or pull requests
Terraform Version
Terraform v0.11.14
provider.github v2.2.0
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Debug Output
N/A
Panic Output
N/A
Expected Behavior
We expect to assign "maintain" role on repository for specified team.
Actual Behavior
But this role is still in beta, it doesn't seem to be available through api => https://developer.github.com/v3/repos/collaborators/#add-user-as-a-collaborator.
I got this (expected) error:
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
I think it will be available once maintain feature will be released, I create this issue to follow when it will be available.
References
The text was updated successfully, but these errors were encountered: