-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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/apigateway_stage - add waf_acl_arn
attribute + use waiter and finder
#18561
r/apigateway_stage - add waf_acl_arn
attribute + use waiter and finder
#18561
Conversation
waf_acl_arn
attributewaf_acl_arn
attribute + use waiter and finder packages
60e36b7
to
2b7a2cf
Compare
2b7a2cf
to
a6958b3
Compare
a6958b3
to
bbf3668
Compare
Pull request #21306 has significantly refactored the AWS Provider codebase. As a result, most PRs opened prior to the refactor now have merge conflicts that must be resolved before proceeding. Specifically, PR #21306 relocated the code for all AWS resources and data sources from a single We recognize that many pull requests have been open for some time without yet being addressed by our maintainers. Therefore, we want to make it clear that resolving these conflicts in no way affects the prioritization of a particular pull request. Once a pull request has been prioritized for review, the necessary changes will be made by a maintainer -- either directly or in collaboration with the pull request author. For a more complete description of this refactor, including examples of how old filepaths and function names correspond to their new counterparts: please refer to issue #20000. For a quick guide on how to amend your pull request to resolve the merge conflicts resulting from this refactor and bring it in line with our new code patterns: please refer to our Service Package Refactor Pull Request Guide. |
bbf3668
to
6431cb8
Compare
waf_acl_arn
attribute + use waiter and finder packageswaf_acl_arn
attribute + use waiter and finder
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 TESTARGS='-run=TestAccAWSAPIGatewayStage_\|TestAccAPIGatewayMethodSettings_\|TestAccAPIGatewayDeployment_' PKG=apigateway ACCTEST_PARALLELISM=5
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 5 -run=TestAccAWSAPIGatewayStage_\|TestAccAPIGatewayMethodSettings_\|TestAccAPIGatewayDeployment_ -timeout 180m
=== RUN TestAccAPIGatewayDeployment_basic
=== PAUSE TestAccAPIGatewayDeployment_basic
=== RUN TestAccAPIGatewayDeployment_Disappears_restAPI
=== PAUSE TestAccAPIGatewayDeployment_Disappears_restAPI
=== RUN TestAccAPIGatewayDeployment_triggers
=== PAUSE TestAccAPIGatewayDeployment_triggers
=== RUN TestAccAPIGatewayDeployment_description
=== PAUSE TestAccAPIGatewayDeployment_description
=== RUN TestAccAPIGatewayDeployment_stageDescription
=== PAUSE TestAccAPIGatewayDeployment_stageDescription
=== RUN TestAccAPIGatewayDeployment_stageName
=== PAUSE TestAccAPIGatewayDeployment_stageName
=== RUN TestAccAPIGatewayDeployment_StageName_emptyString
=== PAUSE TestAccAPIGatewayDeployment_StageName_emptyString
=== RUN TestAccAPIGatewayDeployment_variables
=== PAUSE TestAccAPIGatewayDeployment_variables
=== RUN TestAccAPIGatewayMethodSettings_basic
=== PAUSE TestAccAPIGatewayMethodSettings_basic
=== RUN TestAccAPIGatewayMethodSettings_Settings_cacheDataEncrypted
=== PAUSE TestAccAPIGatewayMethodSettings_Settings_cacheDataEncrypted
=== RUN TestAccAPIGatewayMethodSettings_Settings_cacheTTLInSeconds
=== PAUSE TestAccAPIGatewayMethodSettings_Settings_cacheTTLInSeconds
=== RUN TestAccAPIGatewayMethodSettings_Settings_cachingEnabled
=== PAUSE TestAccAPIGatewayMethodSettings_Settings_cachingEnabled
=== RUN TestAccAPIGatewayMethodSettings_Settings_dataTraceEnabled
=== PAUSE TestAccAPIGatewayMethodSettings_Settings_dataTraceEnabled
=== RUN TestAccAPIGatewayMethodSettings_Settings_loggingLevel
=== PAUSE TestAccAPIGatewayMethodSettings_Settings_loggingLevel
=== RUN TestAccAPIGatewayMethodSettings_Settings_metricsEnabled
=== PAUSE TestAccAPIGatewayMethodSettings_Settings_metricsEnabled
=== RUN TestAccAPIGatewayMethodSettings_Settings_multiple
=== PAUSE TestAccAPIGatewayMethodSettings_Settings_multiple
=== RUN TestAccAPIGatewayMethodSettings_Settings_requireAuthorizationForCacheControl
=== PAUSE TestAccAPIGatewayMethodSettings_Settings_requireAuthorizationForCacheControl
=== RUN TestAccAPIGatewayMethodSettings_Settings_throttlingBurstLimit
=== PAUSE TestAccAPIGatewayMethodSettings_Settings_throttlingBurstLimit
=== RUN TestAccAPIGatewayMethodSettings_Settings_throttlingBurstLimitDisabledByDefault
=== PAUSE TestAccAPIGatewayMethodSettings_Settings_throttlingBurstLimitDisabledByDefault
=== RUN TestAccAPIGatewayMethodSettings_Settings_throttlingRateLimit
=== PAUSE TestAccAPIGatewayMethodSettings_Settings_throttlingRateLimit
=== RUN TestAccAPIGatewayMethodSettings_Settings_throttlingRateLimitDisabledByDefault
=== PAUSE TestAccAPIGatewayMethodSettings_Settings_throttlingRateLimitDisabledByDefault
=== RUN TestAccAPIGatewayMethodSettings_Settings_unauthorizedCacheControlHeaderStrategy
=== PAUSE TestAccAPIGatewayMethodSettings_Settings_unauthorizedCacheControlHeaderStrategy
=== RUN TestAccAPIGatewayMethodSettings_disappears
=== PAUSE TestAccAPIGatewayMethodSettings_disappears
=== CONT TestAccAPIGatewayDeployment_basic
=== CONT TestAccAPIGatewayMethodSettings_Settings_dataTraceEnabled
=== CONT TestAccAPIGatewayMethodSettings_disappears
=== CONT TestAccAPIGatewayMethodSettings_Settings_throttlingRateLimitDisabledByDefault
=== CONT TestAccAPIGatewayMethodSettings_Settings_throttlingBurstLimitDisabledByDefault
--- PASS: TestAccAPIGatewayDeployment_basic (33.53s)
=== CONT TestAccAPIGatewayMethodSettings_Settings_unauthorizedCacheControlHeaderStrategy
--- PASS: TestAccAPIGatewayMethodSettings_Settings_throttlingRateLimitDisabledByDefault (65.31s)
=== CONT TestAccAPIGatewayDeployment_StageName_emptyString
--- PASS: TestAccAPIGatewayMethodSettings_Settings_throttlingBurstLimitDisabledByDefault (65.53s)
=== CONT TestAccAPIGatewayMethodSettings_Settings_cachingEnabled
--- PASS: TestAccAPIGatewayMethodSettings_Settings_cachingEnabled (66.80s)
=== CONT TestAccAPIGatewayMethodSettings_Settings_cacheTTLInSeconds
--- PASS: TestAccAPIGatewayMethodSettings_disappears (165.49s)
=== CONT TestAccAPIGatewayMethodSettings_Settings_cacheDataEncrypted
--- PASS: TestAccAPIGatewayMethodSettings_Settings_unauthorizedCacheControlHeaderStrategy (153.18s)
=== CONT TestAccAPIGatewayMethodSettings_basic
--- PASS: TestAccAPIGatewayMethodSettings_Settings_dataTraceEnabled (187.03s)
=== CONT TestAccAPIGatewayDeployment_variables
--- PASS: TestAccAPIGatewayMethodSettings_Settings_cacheDataEncrypted (84.73s)
=== CONT TestAccAPIGatewayMethodSettings_Settings_throttlingRateLimit
--- PASS: TestAccAPIGatewayMethodSettings_Settings_throttlingRateLimit (40.85s)
=== CONT TestAccAPIGatewayMethodSettings_Settings_metricsEnabled
--- PASS: TestAccAPIGatewayDeployment_variables (120.55s)
=== CONT TestAccAPIGatewayMethodSettings_Settings_loggingLevel
--- PASS: TestAccAPIGatewayMethodSettings_Settings_metricsEnabled (47.47s)
=== CONT TestAccAPIGatewayDeployment_description
--- PASS: TestAccAPIGatewayDeployment_description (36.63s)
=== CONT TestAccAPIGatewayDeployment_stageName
--- PASS: TestAccAPIGatewayMethodSettings_Settings_loggingLevel (90.96s)
=== CONT TestAccAPIGatewayDeployment_stageDescription
--- PASS: TestAccAPIGatewayDeployment_stageName (56.45s)
=== CONT TestAccAPIGatewayDeployment_triggers
--- PASS: TestAccAPIGatewayDeployment_stageDescription (62.86s)
=== CONT TestAccAPIGatewayDeployment_Disappears_restAPI
--- PASS: TestAccAPIGatewayDeployment_Disappears_restAPI (43.55s)
=== CONT TestAccAPIGatewayMethodSettings_Settings_multiple
--- PASS: TestAccAPIGatewayDeployment_triggers (90.78s)
=== CONT TestAccAPIGatewayMethodSettings_Settings_throttlingBurstLimit
--- PASS: TestAccAPIGatewayMethodSettings_Settings_multiple (47.19s)
=== CONT TestAccAPIGatewayMethodSettings_Settings_requireAuthorizationForCacheControl
--- PASS: TestAccAPIGatewayMethodSettings_Settings_throttlingBurstLimit (62.44s)
--- PASS: TestAccAPIGatewayMethodSettings_Settings_requireAuthorizationForCacheControl (65.03s)
--- PASS: TestAccAPIGatewayDeployment_StageName_emptyString (686.26s)
--- PASS: TestAccAPIGatewayMethodSettings_basic (623.03s)
--- PASS: TestAccAPIGatewayMethodSettings_Settings_cacheTTLInSeconds (692.29s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/apigateway 828.102s
@DrFaust92 Thanks for the contribution 🎉 👏. |
This functionality has been released in v3.74.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: