-
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 #8949
New resource: aws_apigatewayv2_integration #8949
Conversation
8b4e87b
to
47051ec
Compare
Rebased to track #8842 (comment). |
47051ec
to
ea8964b
Compare
12cc8b9
to
b467ff4
Compare
Rebased to fix merge conflict. $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAPIGateway2Integration_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws/ -v -parallel 20 -run=TestAccAWSAPIGateway2Integration_ -timeout 120m
=== RUN TestAccAWSAPIGateway2Integration_basic
=== PAUSE TestAccAWSAPIGateway2Integration_basic
=== RUN TestAccAWSAPIGateway2Integration_IntegrationTypeHttp
=== PAUSE TestAccAWSAPIGateway2Integration_IntegrationTypeHttp
=== RUN TestAccAWSAPIGateway2Integration_Lambda
=== PAUSE TestAccAWSAPIGateway2Integration_Lambda
=== RUN TestAccAWSAPIGateway2Integration_VpcLink
=== PAUSE TestAccAWSAPIGateway2Integration_VpcLink
=== CONT TestAccAWSAPIGateway2Integration_basic
=== CONT TestAccAWSAPIGateway2Integration_VpcLink
=== CONT TestAccAWSAPIGateway2Integration_Lambda
=== CONT TestAccAWSAPIGateway2Integration_IntegrationTypeHttp
--- PASS: TestAccAWSAPIGateway2Integration_basic (21.63s)
--- PASS: TestAccAWSAPIGateway2Integration_IntegrationTypeHttp (34.45s)
--- PASS: TestAccAWSAPIGateway2Integration_Lambda (38.25s)
--- PASS: TestAccAWSAPIGateway2Integration_VpcLink (722.33s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 722.386s |
b467ff4
to
ba2a6a1
Compare
Re-ran acceptance tests: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAPIGateway2Integration_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws/ -v -parallel 20 -run=TestAccAWSAPIGateway2Integration_ -timeout 120m
=== RUN TestAccAWSAPIGateway2Integration_basic
=== PAUSE TestAccAWSAPIGateway2Integration_basic
=== RUN TestAccAWSAPIGateway2Integration_IntegrationTypeHttp
=== PAUSE TestAccAWSAPIGateway2Integration_IntegrationTypeHttp
=== RUN TestAccAWSAPIGateway2Integration_Lambda
=== PAUSE TestAccAWSAPIGateway2Integration_Lambda
=== RUN TestAccAWSAPIGateway2Integration_VpcLink
=== PAUSE TestAccAWSAPIGateway2Integration_VpcLink
=== CONT TestAccAWSAPIGateway2Integration_basic
=== CONT TestAccAWSAPIGateway2Integration_VpcLink
=== CONT TestAccAWSAPIGateway2Integration_Lambda
=== CONT TestAccAWSAPIGateway2Integration_IntegrationTypeHttp
--- PASS: TestAccAWSAPIGateway2Integration_basic (22.25s)
--- PASS: TestAccAWSAPIGateway2Integration_IntegrationTypeHttp (34.91s)
--- PASS: TestAccAWSAPIGateway2Integration_Lambda (38.44s)
--- PASS: TestAccAWSAPIGateway2Integration_VpcLink (734.10s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 734.131s |
After merge of #8842, incorporate all the feedback:
|
1dac073
to
16168dd
Compare
16168dd
to
04312b8
Compare
Renamed resource to $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAPIGatewayV2Integration_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws/ -v -count 1 -parallel 20 -run=TestAccAWSAPIGatewayV2Integration_ -timeout 120m
=== RUN TestAccAWSAPIGatewayV2Integration_basic
=== PAUSE TestAccAWSAPIGatewayV2Integration_basic
=== RUN TestAccAWSAPIGatewayV2Integration_disappears
=== PAUSE TestAccAWSAPIGatewayV2Integration_disappears
=== RUN TestAccAWSAPIGatewayV2Integration_IntegrationTypeHttp
=== PAUSE TestAccAWSAPIGatewayV2Integration_IntegrationTypeHttp
=== RUN TestAccAWSAPIGatewayV2Integration_Lambda
=== PAUSE TestAccAWSAPIGatewayV2Integration_Lambda
=== RUN TestAccAWSAPIGatewayV2Integration_VpcLink
=== PAUSE TestAccAWSAPIGatewayV2Integration_VpcLink
=== CONT TestAccAWSAPIGatewayV2Integration_basic
=== CONT TestAccAWSAPIGatewayV2Integration_Lambda
=== CONT TestAccAWSAPIGatewayV2Integration_IntegrationTypeHttp
=== CONT TestAccAWSAPIGatewayV2Integration_disappears
=== CONT TestAccAWSAPIGatewayV2Integration_VpcLink
--- PASS: TestAccAWSAPIGatewayV2Integration_disappears (23.85s)
--- PASS: TestAccAWSAPIGatewayV2Integration_basic (27.84s)
--- PASS: TestAccAWSAPIGatewayV2Integration_IntegrationTypeHttp (43.88s)
--- PASS: TestAccAWSAPIGatewayV2Integration_Lambda (52.86s)
--- PASS: TestAccAWSAPIGatewayV2Integration_VpcLink (657.77s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 657.827s |
3bd0388
to
7c2c09b
Compare
7c2c09b
to
bd6a4f0
Compare
c2b18c5
to
96b7e85
Compare
This is now ready for review. |
96b7e85
to
cba8251
Compare
…_config' attributes.
cba8251
to
0c754c5
Compare
Rebased after merge of #12400. Re-ran affected acceptance test: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSAPIGatewayV2Integration_VpcLink'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws/ -v -count 1 -parallel 20 -run=TestAccAWSAPIGatewayV2Integration_VpcLink -timeout 120m
=== RUN TestAccAWSAPIGatewayV2Integration_VpcLink
=== PAUSE TestAccAWSAPIGatewayV2Integration_VpcLink
=== CONT TestAccAWSAPIGatewayV2Integration_VpcLink
--- PASS: TestAccAWSAPIGatewayV2Integration_VpcLink (698.17s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 698.227s |
I will add a new |
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: TestAccAWSAPIGatewayV2Integration_disappears (10.11s)
--- PASS: TestAccAWSAPIGatewayV2Integration_IntegrationTypeHttp (16.91s)
--- PASS: TestAccAWSAPIGatewayV2Integration_basic (28.73s)
--- PASS: TestAccAWSAPIGatewayV2Integration_Lambda (34.52s)
--- PASS: TestAccAWSAPIGatewayV2Integration_VpcLink (657.35s)
This has been released in version 2.57.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 for triage. Thanks! |
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.