Skip to content

Comments

[BUG] Type mismatch in team_id of emu_group_mapping#3163

Merged
nickfloyd merged 2 commits intointegrations:mainfrom
F-Secure-web:hotfix-emu-group-mapping-3160
Feb 9, 2026
Merged

[BUG] Type mismatch in team_id of emu_group_mapping#3163
nickfloyd merged 2 commits intointegrations:mainfrom
F-Secure-web:hotfix-emu-group-mapping-3160

Conversation

@deiga
Copy link
Collaborator

@deiga deiga commented Feb 7, 2026

Resolves #3160


Before the change?

  • Creating new github_emu_group_mapping resources fails as team_id is being populated with the wrong type

After the change?

  • Creating new github_emu_group_mapping resources works as team_id is being populated with the correct type

Pull request checklist

  • Schema migrations have been created if needed (example)
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • Yes
  • No

Signed-off-by: Timo Sand <timo.sand@f-secure.com>
@github-actions
Copy link

github-actions bot commented Feb 7, 2026

👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

@deiga deiga requested a review from stevehipwell February 7, 2026 08:56
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
@deiga deiga marked this pull request as ready for review February 8, 2026 12:39
@stevehipwell stevehipwell added this to the v6.11.1 Patch milestone Feb 9, 2026
Copy link
Collaborator

@stevehipwell stevehipwell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nickfloyd nickfloyd merged commit 64cb030 into integrations:main Feb 9, 2026
7 checks passed
@tobias-schuemann
Copy link

@nickfloyd thanks for the fix. Do you have a release date for the patch?

@deiga
Copy link
Collaborator Author

deiga commented Feb 9, 2026

@tobias-schuemann We're aiming for within the next 24h, barring obstacles

@deiga deiga deleted the hotfix-emu-group-mapping-3160 branch February 9, 2026 20:22
@stevehipwell
Copy link
Collaborator

@deiga I've only just spotted this, but why hasn't the ID be corrected to match the input ID? The resource is scoped to the EMU group, so I'd expect the ID to be <group-id>:<team-id> as it is in the import? Also why is the ID using 3 parts instead of the 2 parts used for this pattern elsewhere in the re-written provider code?

@deiga
Copy link
Collaborator Author

deiga commented Feb 16, 2026

@stevehipwell That's an excellent question. I guess it fell through the cracks.

I agree that using the 2 part ID sounds more reasonable

@stevehipwell
Copy link
Collaborator

@deiga is this something you could put a PR in for (with migration)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: terraform apply error with github_emu_group_mapping resource on v6.11.0

4 participants