[BUG]: group_description
in github_team_sync_group_mapping
constantly recreated on change
#2423
Open
1 task done
Labels
Status: Up for grabs
Issues that are ready to be worked on by anyone
Type: Bug
Something isn't working as documented
Expected Behavior
When a
group_description
is changed in IdPs (for example Azure Entra), the change ingithub_team_sync_group_mapping
should persist on applying Terraform.Actual Behavior
When a
group_description
is changed in IdPs (for example Azure Entra), terraform see the change and try to update thegroup
block ingithub_team_sync_group_mapping
. However the change with the newgroup_description
does not persist. During next runs, terraform still shows the difference and constantly will try to update.This could be related on how GitHub API handles updates to
Identity Provider Groups
. Some observation on similarity in GitHub GUI that might be relevant:Identity Provider Groups
. Entra group will have the old description. If we try to remove the Entra group and add it again, the Entra group description will be updated, but the changes to the group description are not saved on pressing save. The group should be removed, saved and then added again to reflect the change to the description.Terraform Version
Terraform 1.9.7
integrations/github v5.45.0
Affected Resource(s)
Terraform Configuration Files
No response
Steps to Reproduce
No response
Debug Output
No response
Panic Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: