-
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]: UnknownOperationException for data.aws_identitystore_group.alternate_identifier.unique_attribute with aws v5.0.0 #31624
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
any updates regarding this cause filter also is not working? |
In the new provider filter also is not working. |
Hi! |
I am also getting the original permission error that was present in the "Closed" issue mentioned in the comment above. This means that version 5 of the AWS Provider is completely unusable for me with AWS SSO. The role I was using had permission Terraform Version: 1.3.3 Error:
|
We're in the same boat. We have to lock to pessimistically lock to 4.0 ( |
|
@luandrea et al. The maintainers are unable to reproduce this problem in any of our test accounts. |
@ewbankkit AWS Provider Version: Affected Resource(s):
When Terraform plan runs this snippet of code:
We get the error: Expected Behavior: Actual Behavior: Relevant Error/Panic Output Snippet:
Steps to Reproduce: Debug Output:
|
@ewbankkit Do you have any updates? |
@ewbankkit I also got some debug logs for you. I hope this helps, as this issue prevents a provider upgrade from 4.X to 5.X. Terraform Code:
Debug Output:
Here is also the relevant trace part, as I am not sure whether there is much useful info in the debug logs:
|
Although I can't reproduce this with the one IAM Identity Center instance I have in |
Maybe the following additional information helps to reproduce the issue:
If you need some more special info on our setup, I am happy to provide it. |
I just checked our configuration now of the IAM Identity Center now. The settings are:
Maybe this helps for reproducing the original issue. |
This functionality has been released in v5.16.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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
Terraform v1.0.0
AWS Provider Version
hashicorp/aws v5.0.0
Affected Resource(s)
When Terraform plan runs this snippet of code:
We get the error:
Expected Behavior
An identity group should be retrieved
Actual Behavior
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Terraform plan the snippet above.
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
#28139
#28937
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: