-
Notifications
You must be signed in to change notification settings - Fork 949
[BUG]: github_emu_group_mapping - Invalid address to set: []string{"group"} in v6 #2131
Copy link
Copy link
Closed
Labels
Type: BugSomething isn't working as documentedSomething isn't working as documented
Description
Expected Behavior
Until v5.45.0 github_emu_group_mapping worked just fine. When upgrading to v6.0.0.0 and later, the resource cannot be used anymore.
Actual Behavior
When trying to run terraform plan on the resource github_emu_group_mapping: https://registry.terraform.io/providers/integrations/github/latest/docs/resources/emu_group_mapping it always breaks with this reason:
Error: Invalid address to set: []string{"group"}
with github_emu_group_mapping.pure_fb_mapping["prague-object-one"],
on teams.tf line 44, in resource "github_emu_group_mapping" "pure_fb_mapping":
44: resource "github_emu_group_mapping" "pure_fb_mapping" {
Terraform Version
Terraform 1.7.2 on linux_amd64
Affected versions v6.0.0.0-alpha, v6.0.0.0-beta and v6.0.0.0-rc1
Affected Resource(s)
github_emu_group_mapping
Terraform Configuration Files
No response
Steps to Reproduce
Normal tf plan will highlight the error
Debug Output
No response
Panic Output
No response
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
Type
Projects
Status
✅ Done