-
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
New resource: aws_apigatewayv2_integration_response #9365
New resource: aws_apigatewayv2_integration_response #9365
Conversation
Includes
|
bf2fe54
to
ef15f3d
Compare
163eae5
to
a64e7fa
Compare
Rebased to fix merge conflict. $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAPIGateway2IntegrationResponse_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws/ -v -parallel 20 -run=TestAccAWSAPIGateway2IntegrationResponse_ -timeout 120m
=== RUN TestAccAWSAPIGateway2IntegrationResponse_basic
=== PAUSE TestAccAWSAPIGateway2IntegrationResponse_basic
=== RUN TestAccAWSAPIGateway2IntegrationResponse_AllAttributes
=== PAUSE TestAccAWSAPIGateway2IntegrationResponse_AllAttributes
=== CONT TestAccAWSAPIGateway2IntegrationResponse_basic
=== CONT TestAccAWSAPIGateway2IntegrationResponse_AllAttributes
--- PASS: TestAccAWSAPIGateway2IntegrationResponse_basic (22.79s)
--- PASS: TestAccAWSAPIGateway2IntegrationResponse_AllAttributes (37.23s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 37.260s |
Re-ran acceptance tests: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAPIGateway2IntegrationResponse_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws/ -v -parallel 20 -run=TestAccAWSAPIGateway2IntegrationResponse_ -timeout 120m
=== RUN TestAccAWSAPIGateway2IntegrationResponse_basic
=== PAUSE TestAccAWSAPIGateway2IntegrationResponse_basic
=== RUN TestAccAWSAPIGateway2IntegrationResponse_AllAttributes
=== PAUSE TestAccAWSAPIGateway2IntegrationResponse_AllAttributes
=== CONT TestAccAWSAPIGateway2IntegrationResponse_basic
=== CONT TestAccAWSAPIGateway2IntegrationResponse_AllAttributes
--- PASS: TestAccAWSAPIGateway2IntegrationResponse_basic (22.84s)
--- PASS: TestAccAWSAPIGateway2IntegrationResponse_AllAttributes (35.77s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 35.795s |
After merge of #8949, incorporate all the feedback:
|
228a9eb
to
1e17132
Compare
1e17132
to
d4e10d7
Compare
Renamed resource to $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAPIGatewayV2IntegrationResponse_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws/ -v -count 1 -parallel 20 -run=TestAccAWSAPIGatewayV2IntegrationResponse_ -timeout 120m
=== RUN TestAccAWSAPIGatewayV2IntegrationResponse_basic
=== PAUSE TestAccAWSAPIGatewayV2IntegrationResponse_basic
=== RUN TestAccAWSAPIGatewayV2IntegrationResponse_disappears
=== PAUSE TestAccAWSAPIGatewayV2IntegrationResponse_disappears
=== RUN TestAccAWSAPIGatewayV2IntegrationResponse_AllAttributes
=== PAUSE TestAccAWSAPIGatewayV2IntegrationResponse_AllAttributes
=== CONT TestAccAWSAPIGatewayV2IntegrationResponse_basic
=== CONT TestAccAWSAPIGatewayV2IntegrationResponse_AllAttributes
=== CONT TestAccAWSAPIGatewayV2IntegrationResponse_disappears
--- PASS: TestAccAWSAPIGatewayV2IntegrationResponse_disappears (24.87s)
--- PASS: TestAccAWSAPIGatewayV2IntegrationResponse_basic (28.41s)
--- PASS: TestAccAWSAPIGatewayV2IntegrationResponse_AllAttributes (45.05s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 45.098s |
This is now ready for review. |
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 🚀
--- PASS: TestAccAWSAPIGatewayV2IntegrationResponse_disappears (9.93s)
--- PASS: TestAccAWSAPIGatewayV2IntegrationResponse_basic (10.99s)
--- PASS: TestAccAWSAPIGatewayV2IntegrationResponse_AllAttributes (17.02s)
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! |
Community Note
Another resource for #7004.
Release note for CHANGELOG:
Output from acceptance testing:
Currently based on #8842, will need to rebase once that PR is merged.