-
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
Add d/aws_identitystore_groups
#36993
Add d/aws_identitystore_groups
#36993
Conversation
Community NoteVoting for Prioritization
For Submitters
|
8a39ce3
to
c1b2c33
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @aristosvo, great work! Thanks for picking this up. The PR looks really good.
Let me check with the team to see if we have an AWS account with an SSO instance set up already. Meanwhile I've left a few comments.
Co-authored-by: Bruno Schaatsbergen <git@bschaatsbergen.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀 - looped in the AWS team internally to run the tests against an AWS account with SSO instances configured.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccIdentityStoreGroupsDataSource_' PKG=identitystore
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.21.8 test ./internal/service/identitystore/... -v -count 1 -parallel 20 -run=TestAccIdentityStoreGroupsDataSource_ -timeout 360m
=== RUN TestAccIdentityStoreGroupsDataSource_basic
=== PAUSE TestAccIdentityStoreGroupsDataSource_basic
=== CONT TestAccIdentityStoreGroupsDataSource_basic
--- PASS: TestAccIdentityStoreGroupsDataSource_basic (18.14s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/identitystore 29.616s
@aristosvo Thanks for the contribution 🎉 👏. |
Thanks for your contributions @aristosvo & @liath 🎉👏 |
Thank you @bschaatsbergen for helping us push it to the finish line 🏋️🏁 |
This functionality has been released in v5.47.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
Follow-up of #31681, big thanks for @liath laying the foundation for this one.
Updated to plugin framework
The importance of this for us a customer is mainly to automate SSO assignments within our landing zone and account vending, otherwise using scripts covering this missing functionality.
Relations
Followup of #31681
Partly closes #26770
References
@bschaatsbergen wanted to help me move this forward
Output from Acceptance Testing