-
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
Add support for appsync MERGED api type #39159
Conversation
Community NoteVoting for Prioritization
For Submitters
|
```console % make testacc PKG=appsync TESTS=TestAccAppSync_serial/GraphQLAPI/apiType make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.23.0 test ./internal/service/appsync/... -v -count 1 -parallel 20 -run='TestAccAppSync_serial/GraphQLAPI/apiType' -timeout 360m --- PASS: TestAccAppSync_serial (16.03s) --- PASS: TestAccAppSync_serial/GraphQLAPI (16.03s) --- PASS: TestAccAppSync_serial/GraphQLAPI/apiType (16.03s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/appsync 22.083s ```
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
% make testacc PKG=appsync TESTS=TestAccAppSync_serial/GraphQLAPI
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.0 test ./internal/service/appsync/... -v -count 1 -parallel 20 -run='TestAccAppSync_serial/GraphQLAPI' -timeout 360m
--- PASS: TestAccAppSync_serial (807.10s)
--- PASS: TestAccAppSync_serial/GraphQLAPI (807.10s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_issuer (22.70s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/UserPool_awsRegion (23.72s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/apiType (15.03s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/Log_excludeVerboseContent (23.36s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_multiple (31.12s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsIAM (13.99s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_clientID (21.95s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_iatTTL (22.18s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsIAM (13.87s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_amazonCognitoUserPools (16.01s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda (31.15s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/name (19.66s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_apiKey (14.09s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/visibility (14.05s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/queryDepthLimit (14.18s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/resolverCountLimit (14.23s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/schema (27.30s) --- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda (31.59s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_apiKey (13.76s) --- PASS: TestAccAppSync_serial/GraphQLAPI/log (14.84s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds (61.01s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_cognitoUserPools (16.19s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_openIDConnect (14.40s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/introspectionConfig (14.23s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/basic (14.17s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/tags (31.00s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_openIDConnect (14.15s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri (41.47s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/xrayEnabled (19.92s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/disappears (12.33s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/enhancedMetricsConfig (25.21s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/Log_fieldLogLevel (32.35s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_authTTL (22.27s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/UserPool_defaultAction (25.90s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression (41.55s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/authenticationType (22.16s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/appsync 813.100s
Thanks for your contribution, @drewtul! 👍 |
This functionality has been released in v5.66.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Add the
api_type
andmerged_api_execution_role_arn
to support MERGED apisRelations
Relates #33148
References
Output from Acceptance Testing