Expected Behavior
When the repository linked in github_repository_collaborators is archived or deleted, deleting the github_repository_collaborators should not fail, but succeed.
It should remove the resource from state and not try to do the deleltion on the API
- Have a
github_repository_collaborators linked to a repository
- Archive the repository
- Remove the
github_repository_collaborators configuration
- Deletion succeeds
Actual Behavior
- Have a
github_repository_collaborators linked to a repository
- Archive the repository
- Remove the
github_repository_collaborators configuration
- Deletion fails due to repo archived
Terraform Version
Terraform v1.14.1
Affected Resource(s)
- github_repository_collaborators
Terraform Configuration Files
Steps to Reproduce
No response
Debug Output
Panic Output
Code of Conduct
Expected Behavior
When the repository linked in
github_repository_collaboratorsis archived or deleted, deleting thegithub_repository_collaboratorsshould not fail, but succeed.It should remove the resource from state and not try to do the deleltion on the API
github_repository_collaboratorslinked to a repositorygithub_repository_collaboratorsconfigurationActual Behavior
github_repository_collaboratorslinked to a repositorygithub_repository_collaboratorsconfigurationTerraform Version
Terraform v1.14.1
Affected Resource(s)
Terraform Configuration Files
Steps to Reproduce
No response
Debug Output
Panic Output
Code of Conduct