terraform-provider-github
terraform-provider-github copied to clipboard
fix(github_repository_autolink_reference): Remove non-existing
Resolves #2627
Before the change?
- Fails to refresh for non-existing repository.
After the change?
- Removes an anchor for non-existing repository.
Pull request checklist
- [x] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features)
Does this introduce a breaking change?
Please see our docs on breaking changes to help!
- [ ] Yes
- [x] No