-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Error: reading AWS SSO Identity Store Group Data Source: operation error identitystore: GetGroupId, https response error StatusCode: 400 #28139
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Same here! Issue still persists in version 4.46.0 Later edit: Tried with v4.42.0 and it seems it also does not work. Had to revert back to v4.34.0. Later later edit: Looks like my error is somewhat different.
|
I think, this is a duplicate of: #27830 |
@popsicleslayer We were unable to reproduce this in our acceptance tests, so I went ahead and restored the old |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform Core Version
1.3.6
AWS Provider Version
4.45
Affected Resource(s)
data "aws_identitystore_group"
Expected Behavior
Terraform should have been planned and applied as usual. There should be no problem retrieving any of the information regarding the identity store group.
Actual Behavior
For every request made there is an HTTPS response error
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Data source:
Role permissions:
Steps to Reproduce
terraform plan
Debug Output
No response
Panic Output
No response
Important Factoids
At first, I thought that this was filter field deprecation related, but after modifying the code to use the new block (alternate_identifier), the error persisted. Only reverting to a provider version = 4.37 allowed the plan to succeed. I reverted this far back, as this code is part of a pipeline that runs on a monthly cron job, and that was the version available when it last succeeded.
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: