-
Notifications
You must be signed in to change notification settings - Fork 33
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
Error reading AWS SSO Identity Store Group Data Source #14
Comments
Don't think this error is directly related to the module as it's not using aws_identitystore_group data source. I believe you bumped the AWS provider version which has a deprecated filter argument in aws_identitystore_group. |
Hi @aurimasmick , The version I tried with is the following:
The module was "copied" locally and has the following definition, instead of importing directly due to "security" constraints, but it is 1-to-1 match to yours:
After I switched back to using a filter (while maintaining the same AWS provider version of 4.54.0), it started working again but with the obvious deprecation notice: Using filter =
Dreprecation notice received during PLAN phase =
|
Yes, your config should work as expected. I think you are right in thinking that it's related to hashicorp/terraform-provider-aws#28139 |
We are experiencing the same issue. Any progress on possible resolution? |
It appears this works now. I just tested with provider 5.50.0 and I no longer get an error on groups that exist. Groups that don't exist, say as such. Also #33312 is the issue around removing filter again. |
Full error is (with obfuscating of sensible data):
This issue has been encountered after switching to latest release.
Is it something related to this maybe -> hashicorp/terraform-provider-aws#28139 ?
Or maybe because the group name format is
group_name@domain.com
instead ofgroup_name
?The text was updated successfully, but these errors were encountered: