-
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
r/aws_cognito_user_pool: Support user_attribute_update_settings
#27129
Conversation
Community NoteVoting for Prioritization
For Submitters
|
user_attibute_update_settings
user_attribute_update_settings
cffdc30
to
7a41641
Compare
c67fe8e
to
77b7b23
Compare
NOTE: Observed acceptance test failures unrelated to this change with $ terraform -v
Terraform v1.2.9
on darwin_arm64
Your version of Terraform is out of date! The latest version
is 1.3.2. You can update by downloading from https://www.terraform.io/downloads.html
$ make testacc TESTS='TestAccCognitoIDPUserPool_' PKG=cognitoidp ACCTEST_PARALLELISM=5
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/cognitoidp/... -v -count 1 -parallel 5 -run='TestAccCognitoIDPUserPool_' -timeout 180m
=== RUN TestAccCognitoIDPUserPool_basic
=== PAUSE TestAccCognitoIDPUserPool_basic
=== RUN TestAccCognitoIDPUserPool_recovery
=== PAUSE TestAccCognitoIDPUserPool_recovery
=== RUN TestAccCognitoIDPUserPool_withAdminCreateUser
=== PAUSE TestAccCognitoIDPUserPool_withAdminCreateUser
=== RUN TestAccCognitoIDPUserPool_withAdminCreateUserAndPasswordPolicy
=== PAUSE TestAccCognitoIDPUserPool_withAdminCreateUserAndPasswordPolicy
=== RUN TestAccCognitoIDPUserPool_withAdvancedSecurityMode
=== PAUSE TestAccCognitoIDPUserPool_withAdvancedSecurityMode
=== RUN TestAccCognitoIDPUserPool_withDevice
=== PAUSE TestAccCognitoIDPUserPool_withDevice
=== RUN TestAccCognitoIDPUserPool_withEmailVerificationMessage
=== PAUSE TestAccCognitoIDPUserPool_withEmailVerificationMessage
=== RUN TestAccCognitoIDPUserPool_MFA_sms
=== PAUSE TestAccCognitoIDPUserPool_MFA_sms
=== RUN TestAccCognitoIDPUserPool_MFA_smsAndSoftwareTokenMFA
=== PAUSE TestAccCognitoIDPUserPool_MFA_smsAndSoftwareTokenMFA
=== RUN TestAccCognitoIDPUserPool_MFA_smsToSoftwareTokenMFA
=== PAUSE TestAccCognitoIDPUserPool_MFA_smsToSoftwareTokenMFA
=== RUN TestAccCognitoIDPUserPool_MFA_softwareTokenMFA
=== PAUSE TestAccCognitoIDPUserPool_MFA_softwareTokenMFA
=== RUN TestAccCognitoIDPUserPool_MFA_softwareTokenMFAToSMS
=== PAUSE TestAccCognitoIDPUserPool_MFA_softwareTokenMFAToSMS
=== RUN TestAccCognitoIDPUserPool_smsAuthenticationMessage
=== PAUSE TestAccCognitoIDPUserPool_smsAuthenticationMessage
=== RUN TestAccCognitoIDPUserPool_sms
=== PAUSE TestAccCognitoIDPUserPool_sms
=== RUN TestAccCognitoIDPUserPool_SMS_externalID
=== PAUSE TestAccCognitoIDPUserPool_SMS_externalID
=== RUN TestAccCognitoIDPUserPool_SMS_snsCallerARN
=== PAUSE TestAccCognitoIDPUserPool_SMS_snsCallerARN
=== RUN TestAccCognitoIDPUserPool_smsVerificationMessage
=== PAUSE TestAccCognitoIDPUserPool_smsVerificationMessage
=== RUN TestAccCognitoIDPUserPool_withEmail
=== PAUSE TestAccCognitoIDPUserPool_withEmail
=== RUN TestAccCognitoIDPUserPool_withEmailSource
user_pool_test.go:753: 'TEST_AWS_SES_VERIFIED_EMAIL_ARN' not set, skipping test.
--- SKIP: TestAccCognitoIDPUserPool_withEmailSource (0.00s)
=== RUN TestAccCognitoIDPUserPool_withTags
=== PAUSE TestAccCognitoIDPUserPool_withTags
=== RUN TestAccCognitoIDPUserPool_withAliasAttributes
=== PAUSE TestAccCognitoIDPUserPool_withAliasAttributes
=== RUN TestAccCognitoIDPUserPool_withUsernameAttributes
=== PAUSE TestAccCognitoIDPUserPool_withUsernameAttributes
=== RUN TestAccCognitoIDPUserPool_withPasswordPolicy
=== PAUSE TestAccCognitoIDPUserPool_withPasswordPolicy
=== RUN TestAccCognitoIDPUserPool_withUsername
=== PAUSE TestAccCognitoIDPUserPool_withUsername
=== RUN TestAccCognitoIDPUserPool_withLambda
=== PAUSE TestAccCognitoIDPUserPool_withLambda
=== RUN TestAccCognitoIDPUserPool_WithLambda_email
=== PAUSE TestAccCognitoIDPUserPool_WithLambda_email
=== RUN TestAccCognitoIDPUserPool_WithLambda_sms
=== PAUSE TestAccCognitoIDPUserPool_WithLambda_sms
=== RUN TestAccCognitoIDPUserPool_schemaAttributes
=== PAUSE TestAccCognitoIDPUserPool_schemaAttributes
=== RUN TestAccCognitoIDPUserPool_schemaAttributesRemoved
=== PAUSE TestAccCognitoIDPUserPool_schemaAttributesRemoved
=== RUN TestAccCognitoIDPUserPool_schemaAttributesModified
=== PAUSE TestAccCognitoIDPUserPool_schemaAttributesModified
=== RUN TestAccCognitoIDPUserPool_withVerificationMessageTemplate
=== PAUSE TestAccCognitoIDPUserPool_withVerificationMessageTemplate
=== RUN TestAccCognitoIDPUserPool_update
=== PAUSE TestAccCognitoIDPUserPool_update
=== RUN TestAccCognitoIDPUserPool_disappears
=== PAUSE TestAccCognitoIDPUserPool_disappears
=== RUN TestAccCognitoIDPUserPool_withUserAttributeUpdateSettings
=== PAUSE TestAccCognitoIDPUserPool_withUserAttributeUpdateSettings
=== CONT TestAccCognitoIDPUserPool_basic
=== CONT TestAccCognitoIDPUserPool_withEmail
=== CONT TestAccCognitoIDPUserPool_MFA_smsToSoftwareTokenMFA
=== CONT TestAccCognitoIDPUserPool_withDevice
=== CONT TestAccCognitoIDPUserPool_MFA_smsAndSoftwareTokenMFA
--- PASS: TestAccCognitoIDPUserPool_basic (17.92s)
=== CONT TestAccCognitoIDPUserPool_MFA_sms
--- PASS: TestAccCognitoIDPUserPool_withEmail (17.94s)
=== CONT TestAccCognitoIDPUserPool_withEmailVerificationMessage
--- PASS: TestAccCognitoIDPUserPool_withDevice (28.87s)
=== CONT TestAccCognitoIDPUserPool_WithLambda_sms
--- PASS: TestAccCognitoIDPUserPool_MFA_smsToSoftwareTokenMFA (41.59s)
=== CONT TestAccCognitoIDPUserPool_withUserAttributeUpdateSettings
--- PASS: TestAccCognitoIDPUserPool_withEmailVerificationMessage (27.11s)
=== CONT TestAccCognitoIDPUserPool_disappears
--- PASS: TestAccCognitoIDPUserPool_disappears (11.60s)
=== CONT TestAccCognitoIDPUserPool_update
--- PASS: TestAccCognitoIDPUserPool_MFA_smsAndSoftwareTokenMFA (60.98s)
=== CONT TestAccCognitoIDPUserPool_withVerificationMessageTemplate
--- PASS: TestAccCognitoIDPUserPool_withUserAttributeUpdateSettings (24.95s)
=== CONT TestAccCognitoIDPUserPool_schemaAttributesModified
--- PASS: TestAccCognitoIDPUserPool_schemaAttributesModified (17.76s)
=== CONT TestAccCognitoIDPUserPool_schemaAttributesRemoved
--- PASS: TestAccCognitoIDPUserPool_withVerificationMessageTemplate (26.85s)
=== CONT TestAccCognitoIDPUserPool_schemaAttributes
--- PASS: TestAccCognitoIDPUserPool_WithLambda_sms (59.12s)
=== CONT TestAccCognitoIDPUserPool_withAdminCreateUserAndPasswordPolicy
--- PASS: TestAccCognitoIDPUserPool_MFA_sms (76.13s)
=== CONT TestAccCognitoIDPUserPool_withAdvancedSecurityMode
--- PASS: TestAccCognitoIDPUserPool_schemaAttributesRemoved (18.28s)
=== CONT TestAccCognitoIDPUserPool_sms
--- PASS: TestAccCognitoIDPUserPool_withAdminCreateUserAndPasswordPolicy (16.09s)
=== CONT TestAccCognitoIDPUserPool_smsVerificationMessage
--- PASS: TestAccCognitoIDPUserPool_update (55.74s)
=== CONT TestAccCognitoIDPUserPool_SMS_snsCallerARN
--- PASS: TestAccCognitoIDPUserPool_schemaAttributes (27.21s)
=== CONT TestAccCognitoIDPUserPool_SMS_externalID
--- PASS: TestAccCognitoIDPUserPool_smsVerificationMessage (26.47s)
=== CONT TestAccCognitoIDPUserPool_withAdminCreateUser
--- PASS: TestAccCognitoIDPUserPool_withAdvancedSecurityMode (37.55s)
=== CONT TestAccCognitoIDPUserPool_recovery
--- PASS: TestAccCognitoIDPUserPool_sms (49.41s)
=== CONT TestAccCognitoIDPUserPool_MFA_softwareTokenMFAToSMS
--- PASS: TestAccCognitoIDPUserPool_withAdminCreateUser (26.61s)
=== CONT TestAccCognitoIDPUserPool_smsAuthenticationMessage
--- PASS: TestAccCognitoIDPUserPool_recovery (38.19s)
=== CONT TestAccCognitoIDPUserPool_withPasswordPolicy
--- PASS: TestAccCognitoIDPUserPool_SMS_snsCallerARN (65.62s)
=== CONT TestAccCognitoIDPUserPool_WithLambda_email
--- PASS: TestAccCognitoIDPUserPool_SMS_externalID (64.84s)
=== CONT TestAccCognitoIDPUserPool_withLambda
--- PASS: TestAccCognitoIDPUserPool_smsAuthenticationMessage (27.01s)
=== CONT TestAccCognitoIDPUserPool_withUsername
--- PASS: TestAccCognitoIDPUserPool_withPasswordPolicy (26.97s)
=== CONT TestAccCognitoIDPUserPool_withAliasAttributes
--- PASS: TestAccCognitoIDPUserPool_MFA_softwareTokenMFAToSMS (46.53s)
=== CONT TestAccCognitoIDPUserPool_withUsernameAttributes
--- PASS: TestAccCognitoIDPUserPool_withUsername (27.18s)
=== CONT TestAccCognitoIDPUserPool_withTags
--- PASS: TestAccCognitoIDPUserPool_withAliasAttributes (27.20s)
=== CONT TestAccCognitoIDPUserPool_MFA_softwareTokenMFA
--- PASS: TestAccCognitoIDPUserPool_withUsernameAttributes (26.99s)
--- PASS: TestAccCognitoIDPUserPool_WithLambda_email (58.94s)
--- PASS: TestAccCognitoIDPUserPool_withTags (37.56s)
--- PASS: TestAccCognitoIDPUserPool_withLambda (74.27s)
--- PASS: TestAccCognitoIDPUserPool_MFA_softwareTokenMFA (37.56s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/cognitoidp 264.207s |
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.
I have one comment, but otherwise looks good. 🚀
--- PASS: TestAccCognitoIDPUserPool_disappears (49.73s)
--- PASS: TestAccCognitoIDPUserPool_basic (74.14s)
--- PASS: TestAccCognitoIDPUserPool_withEmail (78.56s)
--- PASS: TestAccCognitoIDPUserPool_withUserAttributeUpdateSettings (129.19s)
--- PASS: TestAccCognitoIDPUserPool_smsVerificationMessage (140.72s)
--- PASS: TestAccCognitoIDPUserPool_smsAuthenticationMessage (140.88s)
--- PASS: TestAccCognitoIDPUserPool_withEmailVerificationMessage (141.13s)
--- PASS: TestAccCognitoIDPUserPool_withVerificationMessageTemplate (141.61s)
--- PASS: TestAccCognitoIDPUserPool_withDevice (141.88s)
--- PASS: TestAccCognitoIDPUserPool_withPasswordPolicy (141.95s)
--- PASS: TestAccCognitoIDPUserPool_schemaAttributesModified (102.04s)
--- PASS: TestAccCognitoIDPUserPool_MFA_softwareTokenMFAToSMS (159.71s)
--- PASS: TestAccCognitoIDPUserPool_MFA_smsToSoftwareTokenMFA (160.05s)
--- PASS: TestAccCognitoIDPUserPool_schemaAttributesRemoved (92.53s)
--- PASS: TestAccCognitoIDPUserPool_WithLambda_sms (181.02s)
--- PASS: TestAccCognitoIDPUserPool_SMS_externalID (183.33s)
--- PASS: TestAccCognitoIDPUserPool_MFA_softwareTokenMFA (187.70s)
--- PASS: TestAccCognitoIDPUserPool_SMS_snsCallerARN (189.11s)
--- PASS: TestAccCognitoIDPUserPool_withAdminCreateUserAndPasswordPolicy (62.87s)
--- PASS: TestAccCognitoIDPUserPool_schemaAttributes (123.20s)
--- PASS: TestAccCognitoIDPUserPool_sms (202.08s)
--- PASS: TestAccCognitoIDPUserPool_MFA_smsAndSoftwareTokenMFA (207.48s)
--- PASS: TestAccCognitoIDPUserPool_update (210.50s)
--- PASS: TestAccCognitoIDPUserPool_MFA_sms (214.95s)
--- PASS: TestAccCognitoIDPUserPool_withUsername (89.06s)
--- PASS: TestAccCognitoIDPUserPool_withUsernameAttributes (89.39s)
--- PASS: TestAccCognitoIDPUserPool_withAdminCreateUser (90.47s)
--- PASS: TestAccCognitoIDPUserPool_withAliasAttributes (89.82s)
--- PASS: TestAccCognitoIDPUserPool_withAdvancedSecurityMode (107.07s)
--- PASS: TestAccCognitoIDPUserPool_recovery (107.19s)
--- PASS: TestAccCognitoIDPUserPool_withTags (94.88s)
--- PASS: TestAccCognitoIDPUserPool_WithLambda_email (103.62s)
--- PASS: TestAccCognitoIDPUserPool_withLambda (113.91s)
This functionality has been released in v4.35.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
This PR adds support for user attribute update settings with Cognito IDP user pools.
Relations
Closes #26726
References
Output from Acceptance Testing