[MAINT] Consolidate ID format of github_emu_group_mapping#3215
Conversation
|
👋 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 |
stevehipwell
left a comment
There was a problem hiding this comment.
This PR looks good, it's just the discussion about the log context to resolve.
3480f37 to
472d4d6
Compare
stevehipwell
left a comment
There was a problem hiding this comment.
I think we can remove a bit more complexity from the logging.
|
@deiga could you please rebase this? |
f88c70f
8977969 to
f88c70f
Compare
|
@robert-crandall please could you re-approve this PR? |
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
f88c70f to
85c5619
Compare
…ions#3215) * Update resource ID to be <group-id>:<team-id> Signed-off-by: Timo Sand <timo.sand@f-secure.com> * Fix `tflog.SetField` usage Signed-off-by: Timo Sand <timo.sand@f-secure.com> * Update tests to use `terraform-plugin-testing` and fix broken tests Signed-off-by: Timo Sand <timo.sand@f-secure.com> * Update docs Signed-off-by: Timo Sand <timo.sand@f-secure.com> * Cleanup extra `tflog.SetField` calls Signed-off-by: Timo Sand <timo.sand@f-secure.com> * Reducing logger complexity Signed-off-by: Timo Sand <timo.sand@f-secure.com> * Improve error messages in `Import` Signed-off-by: Timo Sand <timo.sand@f-secure.com> --------- Signed-off-by: Timo Sand <timo.sand@f-secure.com>
Resolves #3200
Before the change?
tflog.SetFieldwas being used incorrectlyterraform-plugin-testingAfter the change?
tflog.SetFieldusageterraform-plugin-testingPull request checklist
Does this introduce a breaking change?
Please see our docs on breaking changes to help!