-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ```
- Loading branch information
Showing
3 changed files
with
863 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.