Skip to content
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/cognito_user_pool - add custom_email_sender, kms_key_id and custom_sms_sender to lambda_config + move cognito user pool function from strucute.go #16502

Merged
merged 16 commits into from
Jun 7, 2021

Conversation

DrFaust92
Copy link
Collaborator

@DrFaust92 DrFaust92 commented Dec 1, 2020

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Closes #16760

Release note for CHANGELOG:

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccAWSCognitoUserPool_'
--- PASS: TestAccAWSCognitoUserPool_disappears (35.43s)
--- PASS: TestAccAWSCognitoUserPool_basic (46.53s)
--- PASS: TestAccAWSCognitoUserPool_withAdminCreateUserConfigurationAndPasswordPolicy (48.34s)
--- PASS: TestAccAWSCognitoUserPool_withAdminCreateUserConfiguration (78.11s)
--- PASS: TestAccAWSCognitoUserPool_SmsAuthenticationMessage (79.16s)
--- PASS: TestAccAWSCognitoUserPool_withVerificationMessageTemplate (80.24s)
--- PASS: TestAccAWSCognitoUserPool_withSchemaAttributes (84.83s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfigurationToSmsConfiguration (88.73s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationToSoftwareTokenMfaConfiguration (95.62s)
--- PASS: TestAccAWSCognitoUserPool_SmsConfiguration_SnsCallerArn (98.95s)
--- PASS: TestAccAWSCognitoUserPool_withAdvancedSecurityMode (102.86s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfiguration (103.53s)
--- PASS: TestAccAWSCognitoUserPool_withUsernameConfiguration (69.07s)
--- PASS: TestAccAWSCognitoUserPool_SmsConfiguration_ExternalId (107.52s)
--- PASS: TestAccAWSCognitoUserPool_recovery (109.43s)
--- PASS: TestAccAWSCognitoUserPool_SmsConfiguration (120.60s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationAndSoftwareTokenMfaConfiguration (122.87s)
--- PASS: TestAccAWSCognitoUserPool_withLambdaConfig_emailConfig (130.96s)
--- PASS: TestAccAWSCognitoUserPool_update (139.23s)
--- PASS: TestAccAWSCognitoUserPool_withLambdaConfig_smsConfig (140.47s)
--- PASS: TestAccAWSCognitoUserPool_withTags (97.37s)
--- PASS: TestAccAWSCognitoUserPool_withEmailVerificationMessage (68.13s)
--- PASS: TestAccAWSCognitoUserPool_withPasswordPolicy (68.42s)
--- PASS: TestAccAWSCognitoUserPool_withDeviceConfiguration (72.52s)
--- PASS: TestAccAWSCognitoUserPool_SmsVerificationMessage (67.50s)
--- PASS: TestAccAWSCognitoUserPool_withAliasAttributes (72.11s)
--- PASS: TestAccAWSCognitoUserPool_withLambdaConfig (115.56s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfiguration (128.88s)
--- PASS: TestAccAWSCognitoUserPool_withUsernameAttributes (72.57s)

@ghost ghost added size/XXL Managed by automation to categorize the size of a PR. service/cognito tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Dec 1, 2020
@DrFaust92 DrFaust92 changed the title r/cognito_user_pool_config - add custom_email_sender and custom_sms_sender to lambda_config + move cognito user pool function from strucute.go r/cognito_user_pool_config - add custom_email_sender, kms_key_id and custom_sms_sender to lambda_config + move cognito user pool function from strucute.go Dec 1, 2020
@DrFaust92 DrFaust92 added the enhancement Requests to existing resources that expand the functionality or scope. label Dec 1, 2020
@DrFaust92 DrFaust92 marked this pull request as ready for review December 1, 2020 18:12
@DrFaust92 DrFaust92 requested a review from a team as a code owner December 1, 2020 18:12
@DrFaust92 DrFaust92 force-pushed the r/cognito_user_pool_config branch from cc8c3aa to 66d6b46 Compare December 2, 2020 19:54
@eddywashere
Copy link
Contributor

Closes #16760

@DrFaust92 DrFaust92 force-pushed the r/cognito_user_pool_config branch from 84d3a48 to 5252aac Compare January 9, 2021 10:51
@ghost ghost added the documentation Introduces or discusses updates to documentation. label Jan 9, 2021
Base automatically changed from master to main January 23, 2021 00:59
@jonathanniels
Copy link

@DrFaust92 Any update here? The changes you made here for user pools are really welcome!

@DrFaust92 DrFaust92 force-pushed the r/cognito_user_pool_config branch from 5252aac to 8044039 Compare March 11, 2021 09:21
@DrFaust92 DrFaust92 changed the title r/cognito_user_pool_config - add custom_email_sender, kms_key_id and custom_sms_sender to lambda_config + move cognito user pool function from strucute.go r/cognito_user_pool - add custom_email_sender, kms_key_id and custom_sms_sender to lambda_config + move cognito user pool function from strucute.go Mar 11, 2021
@DrFaust92
Copy link
Collaborator Author

rebased:

--- PASS: TestAccAWSCognitoUserPool_disappears (57.42s)
--- PASS: TestAccAWSCognitoUserPool_withEmailConfiguration (73.28s)
--- PASS: TestAccAWSCognitoUserPool_basic (82.89s)
--- PASS: TestAccAWSCognitoUserPool_withAliasAttributes (128.93s)
--- PASS: TestAccAWSCognitoUserPool_withVerificationMessageTemplate (129.39s)
--- PASS: TestAccAWSCognitoUserPool_SmsAuthenticationMessage (135.34s)
--- PASS: TestAccAWSCognitoUserPool_withPasswordPolicy (140.41s)
--- PASS: TestAccAWSCognitoUserPool_SmsVerificationMessage (141.86s)
--- PASS: TestAccAWSCognitoUserPool_withUsernameConfiguration (142.23s)
--- PASS: TestAccAWSCognitoUserPool_withUsernameAttributes (142.95s)
--- PASS: TestAccAWSCognitoUserPool_withSchemaAttributes (145.50s)
--- PASS: TestAccAWSCognitoUserPool_SmsConfiguration_ExternalId (174.39s)
--- PASS: TestAccAWSCognitoUserPool_withLambdaConfig_smsConfig (177.31s)
--- PASS: TestAccAWSCognitoUserPool_SmsConfiguration_SnsCallerArn (178.32s)
--- PASS: TestAccAWSCognitoUserPool_withLambdaConfig (187.26s)
--- PASS: TestAccAWSCognitoUserPool_withTags (190.31s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfigurationToSmsConfiguration (146.02s)
--- PASS: TestAccAWSCognitoUserPool_SmsConfiguration (204.68s)
--- PASS: TestAccAWSCognitoUserPool_withLambdaConfig_emailConfig (204.69s)
--- PASS: TestAccAWSCognitoUserPool_withAdminCreateUserConfigurationAndPasswordPolicy (66.05s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationAndSoftwareTokenMfaConfiguration (215.89s)
--- PASS: TestAccAWSCognitoUserPool_update (218.72s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationToSoftwareTokenMfaConfiguration (138.17s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfiguration (155.15s)
--- PASS: TestAccAWSCognitoUserPool_withEmailVerificationMessage (103.23s)
--- PASS: TestAccAWSCognitoUserPool_withDeviceConfiguration (98.59s)
--- PASS: TestAccAWSCognitoUserPool_withAdminCreateUserConfiguration (101.87s)
--- PASS: TestAccAWSCognitoUserPool_withAdvancedSecurityMode (134.49s)
--- PASS: TestAccAWSCognitoUserPool_recovery (132.17s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfiguration (172.54s)

@DrFaust92 DrFaust92 force-pushed the r/cognito_user_pool_config branch from 4beb9a1 to 0436313 Compare March 27, 2021 16:33
@thomsondm
Copy link

@DrFaust92 These changes are great, is there anything that can be done to get this merged in quicker 😃

@dnascimento
Copy link

@DrFaust92 how can we help you? This is great!

@DrFaust92 DrFaust92 force-pushed the r/cognito_user_pool_config branch from 0436313 to 75a9cf1 Compare May 25, 2021 07:00
@DrFaust92
Copy link
Collaborator Author

rebased

--- PASS: TestAccAWSCognitoUserPool_disappears (35.46s)
--- PASS: TestAccAWSCognitoUserPool_withEmailConfiguration (43.63s)
--- PASS: TestAccAWSCognitoUserPool_basic (45.60s)
--- PASS: TestAccAWSCognitoUserPool_schemaAttributesRemoved (53.09s)
--- PASS: TestAccAWSCognitoUserPool_withAliasAttributes (85.37s)
--- PASS: TestAccAWSCognitoUserPool_withDeviceConfiguration (89.26s)
--- PASS: TestAccAWSCognitoUserPool_withVerificationMessageTemplate (89.69s)
--- PASS: TestAccAWSCognitoUserPool_withUsernameAttributes (90.85s)
--- PASS: TestAccAWSCognitoUserPool_withUsernameConfiguration (94.05s)
--- PASS: TestAccAWSCognitoUserPool_SmsVerificationMessage (96.55s)
--- PASS: TestAccAWSCognitoUserPool_withPasswordPolicy (102.63s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationToSoftwareTokenMfaConfiguration (112.90s)
--- PASS: TestAccAWSCognitoUserPool_SmsConfiguration_ExternalId (116.61s)
--- PASS: TestAccAWSCognitoUserPool_withTags (122.21s)
--- PASS: TestAccAWSCognitoUserPool_schemaAttributesModified (70.95s)
--- PASS: TestAccAWSCognitoUserPool_SmsAuthenticationMessage (94.36s)
--- PASS: TestAccAWSCognitoUserPool_withAdminCreateUserConfigurationAndPasswordPolicy (45.43s)
--- PASS: TestAccAWSCognitoUserPool_withLambdaConfig_smsConfig (136.26s)
--- PASS: TestAccAWSCognitoUserPool_SmsConfiguration_SnsCallerArn (143.87s)
--- PASS: TestAccAWSCognitoUserPool_withLambdaConfig_emailConfig (145.32s)
--- PASS: TestAccAWSCognitoUserPool_SmsConfiguration (145.40s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfigurationToSmsConfiguration (105.73s)
--- PASS: TestAccAWSCognitoUserPool_withLambdaConfig (155.70s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfiguration (112.17s)
--- PASS: TestAccAWSCognitoUserPool_update (161.09s)
--- PASS: TestAccAWSCognitoUserPool_withEmailVerificationMessage (72.44s)
--- PASS: TestAccAWSCognitoUserPool_schemaAttributes (72.43s)
--- PASS: TestAccAWSCognitoUserPool_withAdminCreateUserConfiguration (66.95s)
--- PASS: TestAccAWSCognitoUserPool_withAdvancedSecurityMode (95.21s)
--- PASS: TestAccAWSCognitoUserPool_recovery (102.37s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationAndSoftwareTokenMfaConfiguration (125.29s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfiguration (138.72s)

@dnascimento
Copy link

Thanks for updating this @DrFaust92 ! When will it be released?

@DrFaust92 DrFaust92 force-pushed the r/cognito_user_pool_config branch from 75a9cf1 to f420288 Compare June 7, 2021 17:31
Copy link
Contributor

@ewbankkit ewbankkit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀.

Commercial
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSCognitoUserPool_\|TestAccAWSCognitoUserPoolClient_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSCognitoUserPool_\|TestAccAWSCognitoUserPoolClient_ -timeout 180m
=== RUN   TestAccAWSCognitoUserPoolClient_basic
=== PAUSE TestAccAWSCognitoUserPoolClient_basic
=== RUN   TestAccAWSCognitoUserPoolClient_refreshTokenValidity
=== PAUSE TestAccAWSCognitoUserPoolClient_refreshTokenValidity
=== RUN   TestAccAWSCognitoUserPoolClient_accessTokenValidity
=== PAUSE TestAccAWSCognitoUserPoolClient_accessTokenValidity
=== RUN   TestAccAWSCognitoUserPoolClient_idTokenValidity
=== PAUSE TestAccAWSCognitoUserPoolClient_idTokenValidity
=== RUN   TestAccAWSCognitoUserPoolClient_tokenValidityUnits
=== PAUSE TestAccAWSCognitoUserPoolClient_tokenValidityUnits
=== RUN   TestAccAWSCognitoUserPoolClient_tokenValidityUnitsWTokenValidity
=== PAUSE TestAccAWSCognitoUserPoolClient_tokenValidityUnitsWTokenValidity
=== RUN   TestAccAWSCognitoUserPoolClient_Name
=== PAUSE TestAccAWSCognitoUserPoolClient_Name
=== RUN   TestAccAWSCognitoUserPoolClient_allFields
=== PAUSE TestAccAWSCognitoUserPoolClient_allFields
=== RUN   TestAccAWSCognitoUserPoolClient_allFieldsUpdatingOneField
=== PAUSE TestAccAWSCognitoUserPoolClient_allFieldsUpdatingOneField
=== RUN   TestAccAWSCognitoUserPoolClient_analyticsConfig
=== PAUSE TestAccAWSCognitoUserPoolClient_analyticsConfig
=== RUN   TestAccAWSCognitoUserPoolClient_analyticsConfigWithArn
=== PAUSE TestAccAWSCognitoUserPoolClient_analyticsConfigWithArn
=== RUN   TestAccAWSCognitoUserPoolClient_disappears
=== PAUSE TestAccAWSCognitoUserPoolClient_disappears
=== RUN   TestAccAWSCognitoUserPoolClient_disappears_userPool
=== PAUSE TestAccAWSCognitoUserPoolClient_disappears_userPool
=== RUN   TestAccAWSCognitoUserPool_basic
=== PAUSE TestAccAWSCognitoUserPool_basic
=== RUN   TestAccAWSCognitoUserPool_recovery
=== PAUSE TestAccAWSCognitoUserPool_recovery
=== RUN   TestAccAWSCognitoUserPool_withAdminCreateUserConfiguration
=== PAUSE TestAccAWSCognitoUserPool_withAdminCreateUserConfiguration
=== RUN   TestAccAWSCognitoUserPool_withAdminCreateUserConfigurationAndPasswordPolicy
=== PAUSE TestAccAWSCognitoUserPool_withAdminCreateUserConfigurationAndPasswordPolicy
=== RUN   TestAccAWSCognitoUserPool_withAdvancedSecurityMode
=== PAUSE TestAccAWSCognitoUserPool_withAdvancedSecurityMode
=== RUN   TestAccAWSCognitoUserPool_withDeviceConfiguration
=== PAUSE TestAccAWSCognitoUserPool_withDeviceConfiguration
=== RUN   TestAccAWSCognitoUserPool_withEmailVerificationMessage
=== PAUSE TestAccAWSCognitoUserPool_withEmailVerificationMessage
=== RUN   TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfiguration
=== PAUSE TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfiguration
=== RUN   TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationAndSoftwareTokenMfaConfiguration
=== PAUSE TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationAndSoftwareTokenMfaConfiguration
=== RUN   TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationToSoftwareTokenMfaConfiguration
=== PAUSE TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationToSoftwareTokenMfaConfiguration
=== RUN   TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfiguration
=== PAUSE TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfiguration
=== RUN   TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfigurationToSmsConfiguration
=== PAUSE TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfigurationToSmsConfiguration
=== RUN   TestAccAWSCognitoUserPool_SmsAuthenticationMessage
=== PAUSE TestAccAWSCognitoUserPool_SmsAuthenticationMessage
=== RUN   TestAccAWSCognitoUserPool_SmsConfiguration
=== PAUSE TestAccAWSCognitoUserPool_SmsConfiguration
=== RUN   TestAccAWSCognitoUserPool_SmsConfiguration_ExternalId
=== PAUSE TestAccAWSCognitoUserPool_SmsConfiguration_ExternalId
=== RUN   TestAccAWSCognitoUserPool_SmsConfiguration_SnsCallerArn
=== PAUSE TestAccAWSCognitoUserPool_SmsConfiguration_SnsCallerArn
=== RUN   TestAccAWSCognitoUserPool_SmsVerificationMessage
=== PAUSE TestAccAWSCognitoUserPool_SmsVerificationMessage
=== RUN   TestAccAWSCognitoUserPool_withEmailConfiguration
=== PAUSE TestAccAWSCognitoUserPool_withEmailConfiguration
=== RUN   TestAccAWSCognitoUserPool_withEmailConfigurationSource
    resource_aws_cognito_user_pool_test.go:799: 'TEST_AWS_SES_VERIFIED_EMAIL_ARN' not set, skipping test.
--- SKIP: TestAccAWSCognitoUserPool_withEmailConfigurationSource (0.00s)
=== RUN   TestAccAWSCognitoUserPool_withTags
=== PAUSE TestAccAWSCognitoUserPool_withTags
=== RUN   TestAccAWSCognitoUserPool_withAliasAttributes
=== PAUSE TestAccAWSCognitoUserPool_withAliasAttributes
=== RUN   TestAccAWSCognitoUserPool_withUsernameAttributes
=== PAUSE TestAccAWSCognitoUserPool_withUsernameAttributes
=== RUN   TestAccAWSCognitoUserPool_withPasswordPolicy
=== PAUSE TestAccAWSCognitoUserPool_withPasswordPolicy
=== RUN   TestAccAWSCognitoUserPool_withUsernameConfiguration
=== PAUSE TestAccAWSCognitoUserPool_withUsernameConfiguration
=== RUN   TestAccAWSCognitoUserPool_withLambdaConfig
=== PAUSE TestAccAWSCognitoUserPool_withLambdaConfig
=== RUN   TestAccAWSCognitoUserPool_withLambdaConfig_emailConfig
=== PAUSE TestAccAWSCognitoUserPool_withLambdaConfig_emailConfig
=== RUN   TestAccAWSCognitoUserPool_withLambdaConfig_smsConfig
=== PAUSE TestAccAWSCognitoUserPool_withLambdaConfig_smsConfig
=== RUN   TestAccAWSCognitoUserPool_schemaAttributes
=== PAUSE TestAccAWSCognitoUserPool_schemaAttributes
=== RUN   TestAccAWSCognitoUserPool_schemaAttributesRemoved
=== PAUSE TestAccAWSCognitoUserPool_schemaAttributesRemoved
=== RUN   TestAccAWSCognitoUserPool_schemaAttributesModified
=== PAUSE TestAccAWSCognitoUserPool_schemaAttributesModified
=== RUN   TestAccAWSCognitoUserPool_withVerificationMessageTemplate
=== PAUSE TestAccAWSCognitoUserPool_withVerificationMessageTemplate
=== RUN   TestAccAWSCognitoUserPool_update
=== PAUSE TestAccAWSCognitoUserPool_update
=== RUN   TestAccAWSCognitoUserPool_disappears
=== PAUSE TestAccAWSCognitoUserPool_disappears
=== CONT  TestAccAWSCognitoUserPoolClient_basic
=== CONT  TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfiguration
=== CONT  TestAccAWSCognitoUserPoolClient_disappears_userPool
=== CONT  TestAccAWSCognitoUserPool_withAdvancedSecurityMode
=== CONT  TestAccAWSCognitoUserPool_withAdminCreateUserConfigurationAndPasswordPolicy
=== CONT  TestAccAWSCognitoUserPool_withAdminCreateUserConfiguration
=== CONT  TestAccAWSCognitoUserPool_recovery
=== CONT  TestAccAWSCognitoUserPool_basic
=== CONT  TestAccAWSCognitoUserPoolClient_analyticsConfig
=== CONT  TestAccAWSCognitoUserPool_withDeviceConfiguration
=== CONT  TestAccAWSCognitoUserPoolClient_disappears
=== CONT  TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationToSoftwareTokenMfaConfiguration
=== CONT  TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationAndSoftwareTokenMfaConfiguration
=== CONT  TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfiguration
=== CONT  TestAccAWSCognitoUserPoolClient_analyticsConfigWithArn
=== CONT  TestAccAWSCognitoUserPool_withEmailVerificationMessage
=== CONT  TestAccAWSCognitoUserPoolClient_Name
=== CONT  TestAccAWSCognitoUserPoolClient_idTokenValidity
=== CONT  TestAccAWSCognitoUserPoolClient_allFieldsUpdatingOneField
=== CONT  TestAccAWSCognitoUserPoolClient_allFields
--- PASS: TestAccAWSCognitoUserPoolClient_disappears_userPool (55.26s)
=== CONT  TestAccAWSCognitoUserPoolClient_tokenValidityUnitsWTokenValidity
--- PASS: TestAccAWSCognitoUserPool_basic (59.66s)
=== CONT  TestAccAWSCognitoUserPoolClient_tokenValidityUnits
--- PASS: TestAccAWSCognitoUserPoolClient_disappears (62.14s)
=== CONT  TestAccAWSCognitoUserPoolClient_accessTokenValidity
--- PASS: TestAccAWSCognitoUserPool_withAdminCreateUserConfigurationAndPasswordPolicy (67.24s)
=== CONT  TestAccAWSCognitoUserPoolClient_refreshTokenValidity
--- PASS: TestAccAWSCognitoUserPoolClient_basic (67.82s)
=== CONT  TestAccAWSCognitoUserPool_withUsernameConfiguration
--- PASS: TestAccAWSCognitoUserPoolClient_allFields (69.87s)
=== CONT  TestAccAWSCognitoUserPool_SmsVerificationMessage
--- PASS: TestAccAWSCognitoUserPoolClient_analyticsConfigWithArn (70.41s)
=== CONT  TestAccAWSCognitoUserPool_withPasswordPolicy
--- PASS: TestAccAWSCognitoUserPool_withEmailVerificationMessage (107.73s)
=== CONT  TestAccAWSCognitoUserPool_withUsernameAttributes
--- PASS: TestAccAWSCognitoUserPool_withAdminCreateUserConfiguration (109.64s)
=== CONT  TestAccAWSCognitoUserPool_withAliasAttributes
--- PASS: TestAccAWSCognitoUserPoolClient_allFieldsUpdatingOneField (115.13s)
=== CONT  TestAccAWSCognitoUserPool_withTags
--- PASS: TestAccAWSCognitoUserPool_withDeviceConfiguration (115.26s)
=== CONT  TestAccAWSCognitoUserPool_withEmailConfiguration
--- PASS: TestAccAWSCognitoUserPoolClient_Name (119.65s)
=== CONT  TestAccAWSCognitoUserPool_disappears
--- PASS: TestAccAWSCognitoUserPoolClient_idTokenValidity (122.35s)
=== CONT  TestAccAWSCognitoUserPool_SmsConfiguration
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationToSoftwareTokenMfaConfiguration (135.47s)
=== CONT  TestAccAWSCognitoUserPool_update
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfiguration (160.87s)
=== CONT  TestAccAWSCognitoUserPool_SmsConfiguration_ExternalId
--- PASS: TestAccAWSCognitoUserPool_withAdvancedSecurityMode (161.73s)
=== CONT  TestAccAWSCognitoUserPool_SmsAuthenticationMessage
--- PASS: TestAccAWSCognitoUserPool_recovery (163.27s)
=== CONT  TestAccAWSCognitoUserPool_schemaAttributes
--- PASS: TestAccAWSCognitoUserPool_disappears (48.43s)
=== CONT  TestAccAWSCognitoUserPool_withVerificationMessageTemplate
--- PASS: TestAccAWSCognitoUserPoolClient_tokenValidityUnitsWTokenValidity (118.71s)
=== CONT  TestAccAWSCognitoUserPool_schemaAttributesModified
--- PASS: TestAccAWSCognitoUserPoolClient_analyticsConfig (176.28s)
=== CONT  TestAccAWSCognitoUserPool_schemaAttributesRemoved
--- PASS: TestAccAWSCognitoUserPool_withEmailConfiguration (64.01s)
=== CONT  TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfigurationToSmsConfiguration
--- PASS: TestAccAWSCognitoUserPool_SmsVerificationMessage (112.42s)
=== CONT  TestAccAWSCognitoUserPool_withLambdaConfig_emailConfig
--- PASS: TestAccAWSCognitoUserPoolClient_accessTokenValidity (120.60s)
=== CONT  TestAccAWSCognitoUserPool_withLambdaConfig_smsConfig
--- PASS: TestAccAWSCognitoUserPoolClient_tokenValidityUnits (126.88s)
=== CONT  TestAccAWSCognitoUserPool_withLambdaConfig
--- PASS: TestAccAWSCognitoUserPool_withPasswordPolicy (118.84s)
=== CONT  TestAccAWSCognitoUserPool_SmsConfiguration_SnsCallerArn
--- PASS: TestAccAWSCognitoUserPoolClient_refreshTokenValidity (124.35s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationAndSoftwareTokenMfaConfiguration (191.96s)
--- PASS: TestAccAWSCognitoUserPool_withUsernameConfiguration (124.43s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfiguration (198.52s)
--- PASS: TestAccAWSCognitoUserPool_withUsernameAttributes (108.29s)
--- PASS: TestAccAWSCognitoUserPool_withAliasAttributes (110.65s)
--- PASS: TestAccAWSCognitoUserPool_schemaAttributesModified (54.74s)
--- PASS: TestAccAWSCognitoUserPool_schemaAttributesRemoved (55.69s)
--- PASS: TestAccAWSCognitoUserPool_SmsAuthenticationMessage (80.31s)
--- PASS: TestAccAWSCognitoUserPool_withTags (128.71s)
--- PASS: TestAccAWSCognitoUserPool_withVerificationMessageTemplate (76.14s)
--- PASS: TestAccAWSCognitoUserPool_schemaAttributes (81.57s)
--- PASS: TestAccAWSCognitoUserPool_SmsConfiguration (130.92s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfigurationToSmsConfiguration (80.68s)
--- PASS: TestAccAWSCognitoUserPool_SmsConfiguration_ExternalId (100.89s)
--- PASS: TestAccAWSCognitoUserPool_withLambdaConfig (82.25s)
--- PASS: TestAccAWSCognitoUserPool_update (137.65s)
--- PASS: TestAccAWSCognitoUserPool_withLambdaConfig_smsConfig (92.01s)
--- PASS: TestAccAWSCognitoUserPool_SmsConfiguration_SnsCallerArn (90.30s)
--- PASS: TestAccAWSCognitoUserPool_withLambdaConfig_emailConfig (105.38s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	291.049s
GovCloud
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSCognitoUserPool_\|TestAccAWSCognitoUserPoolClient_' 
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSCognitoUserPool_\|TestAccAWSCognitoUserPoolClient_ -timeout 180m
=== RUN   TestAccAWSCognitoUserPoolClient_basic
=== PAUSE TestAccAWSCognitoUserPoolClient_basic
=== RUN   TestAccAWSCognitoUserPoolClient_refreshTokenValidity
=== PAUSE TestAccAWSCognitoUserPoolClient_refreshTokenValidity
=== RUN   TestAccAWSCognitoUserPoolClient_accessTokenValidity
=== PAUSE TestAccAWSCognitoUserPoolClient_accessTokenValidity
=== RUN   TestAccAWSCognitoUserPoolClient_idTokenValidity
=== PAUSE TestAccAWSCognitoUserPoolClient_idTokenValidity
=== RUN   TestAccAWSCognitoUserPoolClient_tokenValidityUnits
=== PAUSE TestAccAWSCognitoUserPoolClient_tokenValidityUnits
=== RUN   TestAccAWSCognitoUserPoolClient_tokenValidityUnitsWTokenValidity
=== PAUSE TestAccAWSCognitoUserPoolClient_tokenValidityUnitsWTokenValidity
=== RUN   TestAccAWSCognitoUserPoolClient_Name
=== PAUSE TestAccAWSCognitoUserPoolClient_Name
=== RUN   TestAccAWSCognitoUserPoolClient_allFields
=== PAUSE TestAccAWSCognitoUserPoolClient_allFields
=== RUN   TestAccAWSCognitoUserPoolClient_allFieldsUpdatingOneField
=== PAUSE TestAccAWSCognitoUserPoolClient_allFieldsUpdatingOneField
=== RUN   TestAccAWSCognitoUserPoolClient_analyticsConfig
=== PAUSE TestAccAWSCognitoUserPoolClient_analyticsConfig
=== RUN   TestAccAWSCognitoUserPoolClient_analyticsConfigWithArn
=== PAUSE TestAccAWSCognitoUserPoolClient_analyticsConfigWithArn
=== RUN   TestAccAWSCognitoUserPoolClient_disappears
=== PAUSE TestAccAWSCognitoUserPoolClient_disappears
=== RUN   TestAccAWSCognitoUserPoolClient_disappears_userPool
=== PAUSE TestAccAWSCognitoUserPoolClient_disappears_userPool
=== RUN   TestAccAWSCognitoUserPool_basic
=== PAUSE TestAccAWSCognitoUserPool_basic
=== RUN   TestAccAWSCognitoUserPool_recovery
=== PAUSE TestAccAWSCognitoUserPool_recovery
=== RUN   TestAccAWSCognitoUserPool_withAdminCreateUserConfiguration
=== PAUSE TestAccAWSCognitoUserPool_withAdminCreateUserConfiguration
=== RUN   TestAccAWSCognitoUserPool_withAdminCreateUserConfigurationAndPasswordPolicy
=== PAUSE TestAccAWSCognitoUserPool_withAdminCreateUserConfigurationAndPasswordPolicy
=== RUN   TestAccAWSCognitoUserPool_withAdvancedSecurityMode
=== PAUSE TestAccAWSCognitoUserPool_withAdvancedSecurityMode
=== RUN   TestAccAWSCognitoUserPool_withDeviceConfiguration
=== PAUSE TestAccAWSCognitoUserPool_withDeviceConfiguration
=== RUN   TestAccAWSCognitoUserPool_withEmailVerificationMessage
=== PAUSE TestAccAWSCognitoUserPool_withEmailVerificationMessage
=== RUN   TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfiguration
=== PAUSE TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfiguration
=== RUN   TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationAndSoftwareTokenMfaConfiguration
=== PAUSE TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationAndSoftwareTokenMfaConfiguration
=== RUN   TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationToSoftwareTokenMfaConfiguration
=== PAUSE TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationToSoftwareTokenMfaConfiguration
=== RUN   TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfiguration
=== PAUSE TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfiguration
=== RUN   TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfigurationToSmsConfiguration
=== PAUSE TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfigurationToSmsConfiguration
=== RUN   TestAccAWSCognitoUserPool_SmsAuthenticationMessage
=== PAUSE TestAccAWSCognitoUserPool_SmsAuthenticationMessage
=== RUN   TestAccAWSCognitoUserPool_SmsConfiguration
=== PAUSE TestAccAWSCognitoUserPool_SmsConfiguration
=== RUN   TestAccAWSCognitoUserPool_SmsConfiguration_ExternalId
=== PAUSE TestAccAWSCognitoUserPool_SmsConfiguration_ExternalId
=== RUN   TestAccAWSCognitoUserPool_SmsConfiguration_SnsCallerArn
=== PAUSE TestAccAWSCognitoUserPool_SmsConfiguration_SnsCallerArn
=== RUN   TestAccAWSCognitoUserPool_SmsVerificationMessage
=== PAUSE TestAccAWSCognitoUserPool_SmsVerificationMessage
=== RUN   TestAccAWSCognitoUserPool_withEmailConfiguration
=== PAUSE TestAccAWSCognitoUserPool_withEmailConfiguration
=== RUN   TestAccAWSCognitoUserPool_withEmailConfigurationSource
    resource_aws_cognito_user_pool_test.go:799: 'TEST_AWS_SES_VERIFIED_EMAIL_ARN' not set, skipping test.
--- SKIP: TestAccAWSCognitoUserPool_withEmailConfigurationSource (0.00s)
=== RUN   TestAccAWSCognitoUserPool_withTags
=== PAUSE TestAccAWSCognitoUserPool_withTags
=== RUN   TestAccAWSCognitoUserPool_withAliasAttributes
=== PAUSE TestAccAWSCognitoUserPool_withAliasAttributes
=== RUN   TestAccAWSCognitoUserPool_withUsernameAttributes
=== PAUSE TestAccAWSCognitoUserPool_withUsernameAttributes
=== RUN   TestAccAWSCognitoUserPool_withPasswordPolicy
=== PAUSE TestAccAWSCognitoUserPool_withPasswordPolicy
=== RUN   TestAccAWSCognitoUserPool_withUsernameConfiguration
=== PAUSE TestAccAWSCognitoUserPool_withUsernameConfiguration
=== RUN   TestAccAWSCognitoUserPool_withLambdaConfig
=== PAUSE TestAccAWSCognitoUserPool_withLambdaConfig
=== RUN   TestAccAWSCognitoUserPool_withLambdaConfig_emailConfig
=== PAUSE TestAccAWSCognitoUserPool_withLambdaConfig_emailConfig
=== RUN   TestAccAWSCognitoUserPool_withLambdaConfig_smsConfig
=== PAUSE TestAccAWSCognitoUserPool_withLambdaConfig_smsConfig
=== RUN   TestAccAWSCognitoUserPool_schemaAttributes
=== PAUSE TestAccAWSCognitoUserPool_schemaAttributes
=== RUN   TestAccAWSCognitoUserPool_schemaAttributesRemoved
=== PAUSE TestAccAWSCognitoUserPool_schemaAttributesRemoved
=== RUN   TestAccAWSCognitoUserPool_schemaAttributesModified
=== PAUSE TestAccAWSCognitoUserPool_schemaAttributesModified
=== RUN   TestAccAWSCognitoUserPool_withVerificationMessageTemplate
=== PAUSE TestAccAWSCognitoUserPool_withVerificationMessageTemplate
=== RUN   TestAccAWSCognitoUserPool_update
=== PAUSE TestAccAWSCognitoUserPool_update
=== RUN   TestAccAWSCognitoUserPool_disappears
=== PAUSE TestAccAWSCognitoUserPool_disappears
=== CONT  TestAccAWSCognitoUserPoolClient_basic
=== CONT  TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfiguration
=== CONT  TestAccAWSCognitoUserPool_withUsernameConfiguration
=== CONT  TestAccAWSCognitoUserPoolClient_disappears_userPool
=== CONT  TestAccAWSCognitoUserPool_SmsConfiguration_SnsCallerArn
=== CONT  TestAccAWSCognitoUserPool_SmsConfiguration_ExternalId
=== CONT  TestAccAWSCognitoUserPool_SmsConfiguration
=== CONT  TestAccAWSCognitoUserPool_SmsAuthenticationMessage
=== CONT  TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfigurationToSmsConfiguration
=== CONT  TestAccAWSCognitoUserPoolClient_Name
=== CONT  TestAccAWSCognitoUserPoolClient_disappears
=== CONT  TestAccAWSCognitoUserPoolClient_analyticsConfigWithArn
=== CONT  TestAccAWSCognitoUserPoolClient_analyticsConfig
=== CONT  TestAccAWSCognitoUserPoolClient_allFieldsUpdatingOneField
=== CONT  TestAccAWSCognitoUserPool_SmsVerificationMessage
=== CONT  TestAccAWSCognitoUserPool_withPasswordPolicy
=== CONT  TestAccAWSCognitoUserPool_withUsernameAttributes
=== CONT  TestAccAWSCognitoUserPool_withAliasAttributes
=== CONT  TestAccAWSCognitoUserPool_withTags
=== CONT  TestAccAWSCognitoUserPoolClient_allFields
=== CONT  TestAccAWSCognitoUserPoolClient_analyticsConfig
    provider_test.go:1103: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        2021/06/07 14:29:03 [DEBUG] Using modified User-Agent: Terraform/0.12.31 HashiCorp-terraform-exec/0.13.3
        
        Error: error creating Cognito User Pool Client (3ldox4rpdy): InvalidParameterException: The integration with Pinpoint is not supported in this region.
        
          on terraform_plugin_test.tf line 55, in resource "aws_cognito_user_pool_client" "test":
          55: resource "aws_cognito_user_pool_client" "test" {
        
        
=== CONT  TestAccAWSCognitoUserPoolClient_analyticsConfigWithArn
    provider_test.go:1103: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        2021/06/07 14:29:05 [DEBUG] Using modified User-Agent: Terraform/0.12.31 HashiCorp-terraform-exec/0.13.3
        
        Error: error creating Cognito User Pool Client (17pdlzd96j): InvalidParameterException: The integration with Pinpoint is not supported in this region.
        
          on terraform_plugin_test.tf line 55, in resource "aws_cognito_user_pool_client" "test":
          55: resource "aws_cognito_user_pool_client" "test" {
        
        
--- SKIP: TestAccAWSCognitoUserPoolClient_analyticsConfig (35.64s)
=== CONT  TestAccAWSCognitoUserPool_withEmailConfiguration
--- SKIP: TestAccAWSCognitoUserPoolClient_analyticsConfigWithArn (38.98s)
=== CONT  TestAccAWSCognitoUserPool_withDeviceConfiguration
--- PASS: TestAccAWSCognitoUserPoolClient_disappears_userPool (48.52s)
=== CONT  TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationToSoftwareTokenMfaConfiguration
--- PASS: TestAccAWSCognitoUserPoolClient_disappears (57.29s)
=== CONT  TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationAndSoftwareTokenMfaConfiguration
--- PASS: TestAccAWSCognitoUserPoolClient_allFields (69.28s)
=== CONT  TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfiguration
--- PASS: TestAccAWSCognitoUserPoolClient_basic (69.80s)
=== CONT  TestAccAWSCognitoUserPool_withEmailVerificationMessage
--- PASS: TestAccAWSCognitoUserPool_withEmailConfiguration (61.56s)
=== CONT  TestAccAWSCognitoUserPoolClient_idTokenValidity
--- PASS: TestAccAWSCognitoUserPool_SmsVerificationMessage (104.90s)
=== CONT  TestAccAWSCognitoUserPoolClient_tokenValidityUnitsWTokenValidity
--- PASS: TestAccAWSCognitoUserPool_withPasswordPolicy (104.90s)
=== CONT  TestAccAWSCognitoUserPoolClient_tokenValidityUnits
--- PASS: TestAccAWSCognitoUserPool_withUsernameAttributes (106.70s)
=== CONT  TestAccAWSCognitoUserPool_withAdvancedSecurityMode
--- PASS: TestAccAWSCognitoUserPool_withAliasAttributes (110.89s)
=== CONT  TestAccAWSCognitoUserPool_schemaAttributesModified
--- PASS: TestAccAWSCognitoUserPool_SmsAuthenticationMessage (113.72s)
=== CONT  TestAccAWSCognitoUserPool_withAdminCreateUserConfigurationAndPasswordPolicy
--- PASS: TestAccAWSCognitoUserPool_withUsernameConfiguration (114.12s)
=== CONT  TestAccAWSCognitoUserPool_recovery
--- PASS: TestAccAWSCognitoUserPoolClient_allFieldsUpdatingOneField (116.11s)
=== CONT  TestAccAWSCognitoUserPoolClient_accessTokenValidity
--- PASS: TestAccAWSCognitoUserPoolClient_Name (118.29s)
=== CONT  TestAccAWSCognitoUserPool_update
=== CONT  TestAccAWSCognitoUserPool_withAdvancedSecurityMode
    provider_test.go:1103: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        2021/06/07 14:30:47 [DEBUG] Using modified User-Agent: Terraform/0.12.31 HashiCorp-terraform-exec/0.13.3
        
        Error: error creating Cognito User Pool: InvalidParameterException: The advanced security features are not supported in this region.
        
          on terraform_plugin_test.tf line 2, in resource "aws_cognito_user_pool" "test":
           2: resource "aws_cognito_user_pool" "test" {
        
        
--- SKIP: TestAccAWSCognitoUserPool_withAdvancedSecurityMode (22.80s)
=== CONT  TestAccAWSCognitoUserPool_disappears
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfigurationToSmsConfiguration (132.82s)
=== CONT  TestAccAWSCognitoUserPool_basic
--- PASS: TestAccAWSCognitoUserPool_SmsConfiguration_ExternalId (144.80s)
=== CONT  TestAccAWSCognitoUserPoolClient_refreshTokenValidity
--- PASS: TestAccAWSCognitoUserPool_SmsConfiguration_SnsCallerArn (154.72s)
=== CONT  TestAccAWSCognitoUserPool_withVerificationMessageTemplate
--- PASS: TestAccAWSCognitoUserPool_withDeviceConfiguration (118.84s)
=== CONT  TestAccAWSCognitoUserPool_withLambdaConfig_smsConfig
--- PASS: TestAccAWSCognitoUserPool_withTags (162.57s)
=== CONT  TestAccAWSCognitoUserPool_schemaAttributesRemoved
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfiguration (168.19s)
=== CONT  TestAccAWSCognitoUserPool_schemaAttributes
--- PASS: TestAccAWSCognitoUserPool_disappears (50.84s)
=== CONT  TestAccAWSCognitoUserPool_withLambdaConfig_emailConfig
--- PASS: TestAccAWSCognitoUserPool_withAdminCreateUserConfigurationAndPasswordPolicy (68.17s)
=== CONT  TestAccAWSCognitoUserPool_withLambdaConfig
--- PASS: TestAccAWSCognitoUserPool_withEmailVerificationMessage (112.99s)
=== CONT  TestAccAWSCognitoUserPool_withAdminCreateUserConfiguration
--- PASS: TestAccAWSCognitoUserPool_SmsConfiguration (186.07s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationToSoftwareTokenMfaConfiguration (140.12s)
--- PASS: TestAccAWSCognitoUserPool_schemaAttributesModified (82.92s)
--- PASS: TestAccAWSCognitoUserPool_basic (62.34s)
--- PASS: TestAccAWSCognitoUserPoolClient_idTokenValidity (117.82s)
--- PASS: TestAccAWSCognitoUserPoolClient_tokenValidityUnitsWTokenValidity (115.09s)
--- PASS: TestAccAWSCognitoUserPoolClient_tokenValidityUnits (117.28s)
--- PASS: TestAccAWSCognitoUserPoolClient_accessTokenValidity (108.41s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationAndSoftwareTokenMfaConfiguration (168.20s)
--- PASS: TestAccAWSCognitoUserPool_schemaAttributesRemoved (65.64s)
--- PASS: TestAccAWSCognitoUserPoolClient_refreshTokenValidity (94.59s)
--- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfiguration (170.12s)
--- PASS: TestAccAWSCognitoUserPool_withVerificationMessageTemplate (87.45s)
--- PASS: TestAccAWSCognitoUserPool_recovery (129.80s)
--- PASS: TestAccAWSCognitoUserPool_schemaAttributes (77.12s)
--- PASS: TestAccAWSCognitoUserPool_withAdminCreateUserConfiguration (66.99s)
--- PASS: TestAccAWSCognitoUserPool_withLambdaConfig_smsConfig (100.60s)
--- PASS: TestAccAWSCognitoUserPool_update (140.19s)
--- PASS: TestAccAWSCognitoUserPool_withLambdaConfig_emailConfig (89.39s)
--- PASS: TestAccAWSCognitoUserPool_withLambdaConfig (94.43s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	279.413s

@ewbankkit
Copy link
Contributor

@DrFaust92 Thanks for the contribution 🎉 👏.
I pushed a couple of fixes for GovCloud acceptance test failures.

@ewbankkit ewbankkit merged commit 70bda6f into hashicorp:main Jun 7, 2021
@github-actions github-actions bot added this to the v3.45.0 milestone Jun 7, 2021

#### custom_sms_sender

* `lambda_arn` - (Required) he Lambda Amazon Resource Name of the Lambda function that Amazon Cognito triggers to send SMS notifications to users.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(T) he Lambda Amazon

@DrFaust92 DrFaust92 deleted the r/cognito_user_pool_config branch June 8, 2021 07:14
@github-actions
Copy link

This functionality has been released in v3.45.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!

@github-actions
Copy link

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.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. enhancement Requests to existing resources that expand the functionality or scope. size/XXL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Custom Email Sender & Custom SMS Sender in lambda_config for aws_cognito_user_pool
7 participants