-
Notifications
You must be signed in to change notification settings - Fork 892
Open
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: BugSomething isn't working as documentedSomething isn't working as documented
Description
Expected Behavior
I saw the release 6.8.0 including the PR #2821 which said it fixed the issue #2818 I created.
But there is no related info about my issue in the PR change notes.
After I upgrade provider to registry.terraform.io/integrations/github v6.8.0 today, I found my issue still exists.
Could you double check it?
Actual Behavior
Terraform would like to create a new resource with the same name, though it will fail due to the same name.
Terraform Version
Terraform v1.13.5
on linux_arm64
- provider registry.terraform.io/integrations/github v6.8.0
Affected Resource(s)
- github_repository_ruleset
Terraform Configuration Files
Steps to Reproduce
- terraform apply -> create a ruleset resource
- select the option "Automatically request Copilot code review"
- terraform plan -> shows terraform will create a new ruleset
- terraform apply -> failed to create because of ruleset name duplication
- Remove the selection "Automatically request Copilot code review"
- terraform plan -> show "no change"
Debug Output
Panic Output
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: BugSomething isn't working as documentedSomething isn't working as documented
Type
Projects
Status
Backlog