The github_branch_protection resource has become much slower with the release of version 3.1.0.
Before the refresh during a terraform plan the refresh of this resource would take less than a second. Now it takes somewhere between 2 to 5 seconds.
Terraform Version
Tested with Terraform version 0.12.29 and 0.13.4
Affected Resource(s)
Please list the resources as a list, for example:
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
- Create a bunch of
github_branch_protection resources
- Plan the creation of these resources with both the previous and current GitHub Provider
- See the difference in speed
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
The
github_branch_protectionresource has become much slower with the release of version3.1.0.Before the refresh during a
terraform planthe refresh of this resource would take less than a second. Now it takes somewhere between 2 to 5 seconds.Terraform Version
Tested with Terraform version
0.12.29and0.13.4Affected Resource(s)
Please list the resources as a list, for example:
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
github_branch_protectionresourcesReferences
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example: