-
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
r/api_gateway_authorizer - add arn
attribute
#23151
Conversation
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 TESTS=TestAccAPIGatewayAuthorizer_ PKG=apigateway
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 20 -run='TestAccAPIGatewayAuthorizer_' -timeout 180m
=== RUN TestAccAPIGatewayAuthorizer_basic
=== PAUSE TestAccAPIGatewayAuthorizer_basic
=== RUN TestAccAPIGatewayAuthorizer_cognito
=== PAUSE TestAccAPIGatewayAuthorizer_cognito
=== RUN TestAccAPIGatewayAuthorizer_Cognito_authorizerCredentials
=== PAUSE TestAccAPIGatewayAuthorizer_Cognito_authorizerCredentials
=== RUN TestAccAPIGatewayAuthorizer_switchAuthType
=== PAUSE TestAccAPIGatewayAuthorizer_switchAuthType
=== RUN TestAccAPIGatewayAuthorizer_switchAuthorizerTTL
=== PAUSE TestAccAPIGatewayAuthorizer_switchAuthorizerTTL
=== RUN TestAccAPIGatewayAuthorizer_authTypeValidation
=== PAUSE TestAccAPIGatewayAuthorizer_authTypeValidation
=== RUN TestAccAPIGatewayAuthorizer_Zero_ttl
=== PAUSE TestAccAPIGatewayAuthorizer_Zero_ttl
=== RUN TestAccAPIGatewayAuthorizer_disappears
=== PAUSE TestAccAPIGatewayAuthorizer_disappears
=== CONT TestAccAPIGatewayAuthorizer_basic
=== CONT TestAccAPIGatewayAuthorizer_switchAuthorizerTTL
=== CONT TestAccAPIGatewayAuthorizer_Cognito_authorizerCredentials
=== CONT TestAccAPIGatewayAuthorizer_authTypeValidation
=== CONT TestAccAPIGatewayAuthorizer_disappears
=== CONT TestAccAPIGatewayAuthorizer_Zero_ttl
=== CONT TestAccAPIGatewayAuthorizer_switchAuthType
=== CONT TestAccAPIGatewayAuthorizer_cognito
--- PASS: TestAccAPIGatewayAuthorizer_cognito (55.35s)
--- PASS: TestAccAPIGatewayAuthorizer_disappears (86.11s)
--- PASS: TestAccAPIGatewayAuthorizer_basic (86.82s)
--- PASS: TestAccAPIGatewayAuthorizer_switchAuthType (151.04s)
--- PASS: TestAccAPIGatewayAuthorizer_switchAuthorizerTTL (183.25s)
--- PASS: TestAccAPIGatewayAuthorizer_authTypeValidation (261.38s)
--- PASS: TestAccAPIGatewayAuthorizer_Cognito_authorizerCredentials (279.40s)
--- PASS: TestAccAPIGatewayAuthorizer_Zero_ttl (457.55s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/apigateway 464.292s
@DrFaust92 Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.1.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. |
Community Note
Output from acceptance testing: