-
Notifications
You must be signed in to change notification settings - Fork 893
Open
Labels
Status: Up for grabsIssues that are ready to be worked on by anyoneIssues that are ready to be worked on by anyoneType: BugSomething isn't working as documentedSomething isn't working as documented
Description
Expected Behavior
The plan for github_repository_collaborators shows the same user to be both removed and added: (I redacted the username)
Terraform will perform the following actions:
# github_repository_collaborators.foo will be updated in-place
~ resource "github_repository_collaborators" "foo" {
id = "foo"
- user {
- permission = "pull" -> null
- username = "xxx" -> null
}
+ user {
+ permission = "pull"
+ username = "xxx"
}
# (1 unchanged block hidden)
}
I expect that this shouldn't show any change for the user xxx
Actual Behavior
I see a removal and addition.
Terraform Version
$ terraform -v
Terraform v1.6.5
on linux_amd64
- provider registry.terraform.io/integrations/github v5.42.0
Affected Resource(s)
github_repository_collaborators
Terraform Configuration Files
No response
Steps to Reproduce
No response
Debug Output
No response
Panic Output
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
DanK-Ops, Jeinhaus and 0x46616c6b
Metadata
Metadata
Assignees
Labels
Status: Up for grabsIssues that are ready to be worked on by anyoneIssues that are ready to be worked on by anyoneType: BugSomething isn't working as documentedSomething isn't working as documented
Type
Projects
Status
π₯ Backlog
Status
On Deck