-
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
identitystore: Restore filter
argument for Group and User data sources
#33311
Conversation
…ownOperationException` errors in certain Regions.
% make testacc TESTARGS='-run=TestAccIdentityStoreGroupDataSource_' PKG=identitystore ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/identitystore/... -v -count 1 -parallel 2 -run=TestAccIdentityStoreGroupDataSource_ -timeout 180m === RUN TestAccIdentityStoreGroupDataSource_filterDisplayName === PAUSE TestAccIdentityStoreGroupDataSource_filterDisplayName === RUN TestAccIdentityStoreGroupDataSource_uniqueAttributeDisplayName === PAUSE TestAccIdentityStoreGroupDataSource_uniqueAttributeDisplayName === RUN TestAccIdentityStoreGroupDataSource_filterDisplayNameAndGroupID === PAUSE TestAccIdentityStoreGroupDataSource_filterDisplayNameAndGroupID === CONT TestAccIdentityStoreGroupDataSource_filterDisplayName === CONT TestAccIdentityStoreGroupDataSource_filterDisplayNameAndGroupID --- PASS: TestAccIdentityStoreGroupDataSource_filterDisplayNameAndGroupID (44.22s) === CONT TestAccIdentityStoreGroupDataSource_uniqueAttributeDisplayName --- PASS: TestAccIdentityStoreGroupDataSource_filterDisplayName (44.26s) --- PASS: TestAccIdentityStoreGroupDataSource_uniqueAttributeDisplayName (37.40s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/identitystore 87.769s
…wnOperationException` errors in certain Regions.
% make testacc TESTARGS='-run=TestAccIdentityStoreUserDataSource_' PKG=identitystore ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/identitystore/... -v -count 1 -parallel 2 -run=TestAccIdentityStoreUserDataSource_ -timeout 180m === RUN TestAccIdentityStoreUserDataSource_basic === PAUSE TestAccIdentityStoreUserDataSource_basic === RUN TestAccIdentityStoreUserDataSource_filterUserName === PAUSE TestAccIdentityStoreUserDataSource_filterUserName === RUN TestAccIdentityStoreUserDataSource_uniqueAttributeUserName === PAUSE TestAccIdentityStoreUserDataSource_uniqueAttributeUserName === RUN TestAccIdentityStoreUserDataSource_email === PAUSE TestAccIdentityStoreUserDataSource_email === RUN TestAccIdentityStoreUserDataSource_userID === PAUSE TestAccIdentityStoreUserDataSource_userID === CONT TestAccIdentityStoreUserDataSource_basic === CONT TestAccIdentityStoreUserDataSource_email --- PASS: TestAccIdentityStoreUserDataSource_basic (42.84s) === CONT TestAccIdentityStoreUserDataSource_userID --- PASS: TestAccIdentityStoreUserDataSource_email (42.86s) === CONT TestAccIdentityStoreUserDataSource_uniqueAttributeUserName --- PASS: TestAccIdentityStoreUserDataSource_userID (42.01s) === CONT TestAccIdentityStoreUserDataSource_filterUserName --- PASS: TestAccIdentityStoreUserDataSource_uniqueAttributeUserName (42.09s) --- PASS: TestAccIdentityStoreUserDataSource_filterUserName (38.02s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/identitystore 128.981s
Community NoteVoting for Prioritization
For Submitters
|
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 pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Restores the
filter
argument to theaws_identitystore_group
andaws_identitystore_user
data sources as certain AWS Regions are returningUnknownOperationException
errors for theGetGroupId
andGetUserId
APIs.Relations
Closes #31624.
Relates #31312.
Relates #28937.
Relates #27762.
Relates #27053.
References
Output from Acceptance Testing