-
Notifications
You must be signed in to change notification settings - Fork 777
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
terraform import for github_team fails. #539
Comments
After debugging through the code I believe its an issue with version of github enterprise api. I'm currently on https://developer.github.com/enterprise/2.20/v3 is there a way to figure out which version of the terraform provider maps to github api? If I got back to v2.4.1. I'm able to import the resource succesfully |
Looks like #404 might be my issue |
Apologies for the state of enterprise deployment support in this provider. It is a known gap to close over time. Reading up on the linked issue, it seems like Contributors have also been able to signal compatibility via the Will close this one up, but please re-open if there is more to discuss. |
Terraform Version
terraform 0.13.1
github provider 2.9.2
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Debug Output
Expected Behavior
Terraform should import remote team succesfully
Actual Behavior
Fails to find resource
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform import github_team.team1 435
Important Factoids
this
GET /api/v3/organizations/2510/team/435
should beGET /api/v3/organizations/ORG_NAME/team/435
The text was updated successfully, but these errors were encountered: