-
Notifications
You must be signed in to change notification settings - Fork 772
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
Github_team - Error: Provider produced inconsistent result after apply #434
Comments
Hi @shaun-rutherford, thank you for reporting this issue! I believe it's quite similar to #404. Unfortunately, this compatibility issue is still present in the provider AFIK and issue #404 illustrates a similar use case. Essentially the |
@shaun-rutherford of course, no worries! if you do come across other inconsistencies with the provider and your github enterprise setup please let us know :) |
Hi Everyone,
Ran into a bug I couldn't find in the issue tracker (apologies if I missed it).
Creating a github_team using any version greater then v2.4.1 results in an error (posted below).
The team is created but never committed to the state file despite the error.
Running the following versions:
Terraform v0.12.24
Tested against:
Github Enterprise v2.17.12 and Github Enterprise v2.20.3
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/shaun-rutherford/e7bdaab7d998c8ef41c771cdc9a9421e
Panic Output
No crash log
Expected Behavior
What should have happened?
Github Team created with a proper exit.
Actual Behavior
What actually happened?
module.PITA_Membership.github_team.team_created["Puppet"]: Creating...
Error: Provider produced inconsistent result after apply
When applying changes to
module.PITA_Membership.github_team.team_created["Puppet"], provider
"registry.terraform.io/-/github" produced an unexpected new value for was
present, but now absent.
This is a bug in the provider, which should be reported in the provider's own
issue tracker.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
Running against github enterprise private instance.
References
None I'm aware of.
The text was updated successfully, but these errors were encountered: