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_appsync_graphql_api: Add lambda_authorizer_config argument #20857

Merged

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    1f981fc View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. resource/aws_appsync_graphql_api: Add lambda_authorizer_config argu…

    …ment (hashicorp#20644)
    
    Issue: hashicorp#20644
    API docs: https://docs.aws.amazon.com/appsync/latest/APIReference/API_LambdaAuthorizerConfig.html
    
    Output from acceptance testing:
    ```
    make testacc TESTARGS='-run=TestAccAWSAppsyncGraphqlApi_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppsyncGraphqlApi_ -timeout 180m
    --- PASS: TestAccAWSAppsyncGraphqlApi_basic (147.72s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_AWSIAM (148.24s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_APIKey (149.20s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_OpenIDConnect (149.32s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_LogConfig (153.51s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_CognitoUserPools (173.33s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_AwsLambda (196.04s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_Multiple (204.38s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_XrayEnabled (214.18s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_Name (215.34s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_AwsLambda (221.80s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_AuthTTL (235.05s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_Tags (236.82s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_UserPoolConfig_AwsRegion (242.45s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_LogConfig_ExcludeVerboseContent (250.77s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_UserPoolConfig_DefaultAction (250.94s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_APIKey (116.05s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_OpenIDConnect (115.22s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_AmazonCognitoUserPools (125.39s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_disappears (65.90s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_LambdaAuthorizerConfig_IdentityValidationExpression (281.96s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_AWSIAM (88.56s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_LambdaAuthorizerConfig_AuthorizerUri (294.85s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_IatTTL (158.58s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_Issuer (154.12s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_LogConfig_FieldLogLevel (312.61s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_Schema (143.80s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType (126.84s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_ClientID (113.13s)
    --- PASS: TestAccAWSAppsyncGraphqlApi_LambdaAuthorizerConfig_AuthorizerResultTtlInSeconds (356.98s)
    PASS
    ok      github.com/terraform-providers/terraform-provider-aws/aws       359.589s
    ```
    Pharb committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    bc5ff01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cf951f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    a9c391c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Revert "tests/resource/aws_appsync_graphql_api: Update deprecated Pro…

    …viders to ProviderFactories"
    
    This reverts commit 1f981fc.
    Pharb committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    9bd3dbc View commit details
    Browse the repository at this point in the history
  2. Merge tag 'v3.65.0' of github.com:hashicorp/terraform-provider-aws in…

    …to f-aws_appsync_graphql_api-lambda_authorizer-20211123
    
    v3.65.0
    Pharb committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    890cec2 View commit details
    Browse the repository at this point in the history
  3. Merge tag 'v3.66.0' of github.com:hashicorp/terraform-provider-aws in…

    …to f-aws_appsync_graphql_api-lambda_authorizer-20211123
    
    v3.66.0
    Pharb committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    61d1b32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bbd9a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    8ea7787 View commit details
    Browse the repository at this point in the history