-
Notifications
You must be signed in to change notification settings - Fork 949
[BUG]: Importing GitHub EMU group mapping fails for more than 1 team #3030
Copy link
Copy link
Closed
Labels
Type: BugSomething isn't working as documentedSomething isn't working as documented
Milestone
Description
Expected Behavior
Importing a EMU group mapping should require the group ID and team slug and should not fail if the group is connected to multiple teams.
Documentation reference:
https://registry.terraform.io/providers/integrations/github/latest/docs/resources/emu_group_mapping#group_id-1
Actual Behavior
Importing a EMU group mapping fails if the group is connected to multiple teams.
See error returned:
| if len(group.Teams) != 1 { |
Terraform Version
Terraform v1.14.3
on linux_amd64
+provider registry.terraform.io/integrations/github v6.8.3
Affected Resource(s)
- github_emu_group_mapping
Terraform Configuration Files
Steps to Reproduce
No response
Debug Output
Panic Output
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: BugSomething isn't working as documentedSomething isn't working as documented