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: Various enhancements and properly handle updates #6138

Merged
merged 1 commit into from
Oct 18, 2018

Commits on Oct 18, 2018

  1. resource/aws_appsync_graphql_api: Various enhancements and properly h…

    …andle updates
    
    * Support logging configuration
    * Support `OPENID_CONNECT` authentication
    * Make Cognito User Pool AWS Region configuration optional
    * Add `uris` attribute
    * Properly handle updates by passing all parameters
    
    ```
    $ make testacc TEST=./aws TESTARGS='-run=TestAccAWSAppsyncGraphqlApi_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -run=TestAccAWSAppsyncGraphqlApi_ -timeout 120m
    === RUN   TestAccAWSAppsyncGraphqlApi_basic
    --- PASS: TestAccAWSAppsyncGraphqlApi_basic (10.12s)
    === RUN   TestAccAWSAppsyncGraphqlApi_AuthenticationType
    --- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType (14.83s)
    === RUN   TestAccAWSAppsyncGraphqlApi_AuthenticationType_APIKey
    --- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_APIKey (11.27s)
    === RUN   TestAccAWSAppsyncGraphqlApi_AuthenticationType_AWSIAM
    --- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_AWSIAM (8.65s)
    === RUN   TestAccAWSAppsyncGraphqlApi_AuthenticationType_AmazonCognitoUserPools
    --- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_AmazonCognitoUserPools (13.12s)
    === RUN   TestAccAWSAppsyncGraphqlApi_AuthenticationType_OpenIDConnect
    --- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_OpenIDConnect (9.29s)
    === RUN   TestAccAWSAppsyncGraphqlApi_LogConfig
    --- PASS: TestAccAWSAppsyncGraphqlApi_LogConfig (11.77s)
    === RUN   TestAccAWSAppsyncGraphqlApi_LogConfig_FieldLogLevel
    --- PASS: TestAccAWSAppsyncGraphqlApi_LogConfig_FieldLogLevel (23.29s)
    === RUN   TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_AuthTTL
    --- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_AuthTTL (21.16s)
    === RUN   TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_ClientID
    --- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_ClientID (16.24s)
    === RUN   TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_IatTTL
    --- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_IatTTL (16.75s)
    === RUN   TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_Issuer
    --- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_Issuer (15.49s)
    === RUN   TestAccAWSAppsyncGraphqlApi_Name
    --- PASS: TestAccAWSAppsyncGraphqlApi_Name (15.78s)
    === RUN   TestAccAWSAppsyncGraphqlApi_UserPoolConfig_AwsRegion
    --- PASS: TestAccAWSAppsyncGraphqlApi_UserPoolConfig_AwsRegion (22.30s)
    === RUN   TestAccAWSAppsyncGraphqlApi_UserPoolConfig_DefaultAction
    --- PASS: TestAccAWSAppsyncGraphqlApi_UserPoolConfig_DefaultAction (18.79s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	231.295s
    ```
    bflad committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    233fd58 View commit details
    Browse the repository at this point in the history