BACKWARDS INCOMPATIBILITIES / NOTES:
- With the
github_branch_protection
resource, theinclude_admin
attributes haven't been working for quite some time due to upstream API changes. These attributes are now deprecated in favor of the new top-levelenforce_admins
attribute. Theinclude_admin
attributes currently have no affect on the resource, and will yield aDEPRECATED
notice to the user.
IMPROVEMENTS:
- r/github_repository: Allow updating default_branch (#23)
- r/github_repository: Add license_template and gitignore_template (#24)
- r/github_repository_webhook: Add import (#29)
- r/github_branch_protection: Support enforce_admins (#26)
- Supports managing a team's LDAP DN in GitHub Enterprise (#39)
BUG FIXES:
- r/github_branch_protection: Fix crash on nil values (#26)
FEATURES:
- New Resource:
github_repository_deploy_key
[#15215](hashicorp/terraform#15215)
IMPROVEMENTS: