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

resource/aws_cognito_user_pool: Remove deprecated admin_create_user_config.unused_account_validity_days argument #14294

Merged
merged 1 commit into from
Jul 24, 2020

Commits on Jul 22, 2020

  1. resource/aws_cognito_user_pool: Remove deprecated admin_create_user_c…

    …onfig.unused_account_validity_days argument
    
    Reference: #10890
    Reference: #13398
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSCognitoUserPool_basic (16.93s)
    --- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfiguration (47.75s)
    --- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationAndSoftwareTokenMfaConfiguration (50.45s)
    --- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SmsConfigurationToSoftwareTokenMfaConfiguration (46.37s)
    --- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfiguration (41.83s)
    --- PASS: TestAccAWSCognitoUserPool_MfaConfiguration_SoftwareTokenMfaConfigurationToSmsConfiguration (35.22s)
    --- PASS: TestAccAWSCognitoUserPool_SmsAuthenticationMessage (36.72s)
    --- PASS: TestAccAWSCognitoUserPool_SmsConfiguration (45.69s)
    --- PASS: TestAccAWSCognitoUserPool_SmsConfiguration_ExternalId (43.87s)
    --- PASS: TestAccAWSCognitoUserPool_SmsConfiguration_SnsCallerArn (41.27s)
    --- PASS: TestAccAWSCognitoUserPool_SmsVerificationMessage (21.39s)
    --- PASS: TestAccAWSCognitoUserPool_update (38.77s)
    --- PASS: TestAccAWSCognitoUserPool_withAdminCreateUserConfiguration (26.14s)
    --- PASS: TestAccAWSCognitoUserPool_withAdminCreateUserConfigurationAndPasswordPolicy (13.70s)
    --- PASS: TestAccAWSCognitoUserPool_withAdvancedSecurityMode (32.33s)
    --- PASS: TestAccAWSCognitoUserPool_withAliasAttributes (23.59s)
    --- PASS: TestAccAWSCognitoUserPool_withDeviceConfiguration (21.89s)
    --- PASS: TestAccAWSCognitoUserPool_withEmailVerificationMessage (21.15s)
    --- PASS: TestAccAWSCognitoUserPool_withLambdaConfig (46.71s)
    --- PASS: TestAccAWSCognitoUserPool_withPasswordPolicy (36.75s)
    --- PASS: TestAccAWSCognitoUserPool_withSchemaAttributes (22.83s)
    --- PASS: TestAccAWSCognitoUserPool_withTags (33.77s)
    --- PASS: TestAccAWSCognitoUserPool_withUsernameConfiguration (28.12s)
    --- PASS: TestAccAWSCognitoUserPool_withVerificationMessageTemplate (21.48s)
    ```
    bflad committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    88a3028 View commit details
    Browse the repository at this point in the history