-
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
New Resource: aws_identitystore_user #26948
New Resource: aws_identitystore_user #26948
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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=TestAccIdentityStoreUser_' 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=TestAccIdentityStoreUser_ -timeout 180m
=== RUN TestAccIdentityStoreUser_basic
=== PAUSE TestAccIdentityStoreUser_basic
=== RUN TestAccIdentityStoreUser_disappears
=== PAUSE TestAccIdentityStoreUser_disappears
=== RUN TestAccIdentityStoreUser_Addresses
=== PAUSE TestAccIdentityStoreUser_Addresses
=== RUN TestAccIdentityStoreUser_Emails
=== PAUSE TestAccIdentityStoreUser_Emails
=== RUN TestAccIdentityStoreUser_Locale
=== PAUSE TestAccIdentityStoreUser_Locale
=== RUN TestAccIdentityStoreUser_NameFamilyName
=== PAUSE TestAccIdentityStoreUser_NameFamilyName
=== RUN TestAccIdentityStoreUser_NameFormatted
=== PAUSE TestAccIdentityStoreUser_NameFormatted
=== RUN TestAccIdentityStoreUser_NameGivenName
=== PAUSE TestAccIdentityStoreUser_NameGivenName
=== RUN TestAccIdentityStoreUser_NameHonorificPrefix
=== PAUSE TestAccIdentityStoreUser_NameHonorificPrefix
=== RUN TestAccIdentityStoreUser_NameHonorificSuffix
=== PAUSE TestAccIdentityStoreUser_NameHonorificSuffix
=== RUN TestAccIdentityStoreUser_NameMiddleName
=== PAUSE TestAccIdentityStoreUser_NameMiddleName
=== RUN TestAccIdentityStoreUser_NickName
=== PAUSE TestAccIdentityStoreUser_NickName
=== RUN TestAccIdentityStoreUser_PhoneNumbers
=== PAUSE TestAccIdentityStoreUser_PhoneNumbers
=== RUN TestAccIdentityStoreUser_PreferredLanguage
=== PAUSE TestAccIdentityStoreUser_PreferredLanguage
=== RUN TestAccIdentityStoreUser_ProfileURL
=== PAUSE TestAccIdentityStoreUser_ProfileURL
=== RUN TestAccIdentityStoreUser_Timezone
=== PAUSE TestAccIdentityStoreUser_Timezone
=== RUN TestAccIdentityStoreUser_Title
=== PAUSE TestAccIdentityStoreUser_Title
=== RUN TestAccIdentityStoreUser_UserType
=== PAUSE TestAccIdentityStoreUser_UserType
=== CONT TestAccIdentityStoreUser_basic
=== CONT TestAccIdentityStoreUser_NameHonorificSuffix
--- PASS: TestAccIdentityStoreUser_basic (30.23s)
=== CONT TestAccIdentityStoreUser_ProfileURL
--- PASS: TestAccIdentityStoreUser_NameHonorificSuffix (69.34s)
=== CONT TestAccIdentityStoreUser_UserType
--- PASS: TestAccIdentityStoreUser_ProfileURL (62.61s)
=== CONT TestAccIdentityStoreUser_Title
--- PASS: TestAccIdentityStoreUser_UserType (65.22s)
=== CONT TestAccIdentityStoreUser_Timezone
--- PASS: TestAccIdentityStoreUser_Title (61.25s)
=== CONT TestAccIdentityStoreUser_PhoneNumbers
--- PASS: TestAccIdentityStoreUser_Timezone (54.31s)
=== CONT TestAccIdentityStoreUser_NickName
--- PASS: TestAccIdentityStoreUser_PhoneNumbers (81.44s)
=== CONT TestAccIdentityStoreUser_NameMiddleName
--- PASS: TestAccIdentityStoreUser_NickName (59.12s)
=== CONT TestAccIdentityStoreUser_NameFamilyName
--- PASS: TestAccIdentityStoreUser_NameFamilyName (38.40s)
=== CONT TestAccIdentityStoreUser_NameHonorificPrefix
--- PASS: TestAccIdentityStoreUser_NameMiddleName (56.64s)
=== CONT TestAccIdentityStoreUser_NameGivenName
--- PASS: TestAccIdentityStoreUser_NameHonorificPrefix (39.71s)
=== CONT TestAccIdentityStoreUser_NameFormatted
--- PASS: TestAccIdentityStoreUser_NameGivenName (36.79s)
=== CONT TestAccIdentityStoreUser_Emails
--- PASS: TestAccIdentityStoreUser_NameFormatted (53.31s)
=== CONT TestAccIdentityStoreUser_Locale
--- PASS: TestAccIdentityStoreUser_Emails (76.34s)
=== CONT TestAccIdentityStoreUser_Addresses
--- PASS: TestAccIdentityStoreUser_Locale (68.46s)
=== CONT TestAccIdentityStoreUser_disappears
--- PASS: TestAccIdentityStoreUser_disappears (17.18s)
=== CONT TestAccIdentityStoreUser_PreferredLanguage
--- PASS: TestAccIdentityStoreUser_Addresses (87.55s)
--- PASS: TestAccIdentityStoreUser_PreferredLanguage (52.43s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/identitystore 525.435s
@roberth-k Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.33.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. |
Closes #26607.
Output from acceptance testing: