-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Conversation
250747f
to
5091bd1
Compare
…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 ```
5091bd1
to
233fd58
Compare
Rebased against master and verified all acceptance testing passes still. Merging!
|
This has been released in version 1.41.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Closes #3974
Closes #4879
Closes #5937
Closes #6134
Changes proposed in this pull request:
OPENID_CONNECT
authenticationuris
attributeOutput from acceptance testing: