-
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
aws_vpclattice_listener #37964
aws_vpclattice_listener #37964
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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=TestAccVPCLatticeListener_' PKG=vpclattice ACCTEST_PARALLELISM=3
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.5 test ./internal/service/vpclattice/... -v -count 1 -parallel 3 -run=TestAccVPCLatticeListener_ -timeout 360m
=== RUN TestAccVPCLatticeListener_defaultActionUpdate
=== PAUSE TestAccVPCLatticeListener_defaultActionUpdate
=== RUN TestAccVPCLatticeListener_fixedResponseHTTP
=== PAUSE TestAccVPCLatticeListener_fixedResponseHTTP
=== RUN TestAccVPCLatticeListener_fixedResponseHTTPS
=== PAUSE TestAccVPCLatticeListener_fixedResponseHTTPS
=== RUN TestAccVPCLatticeListener_forwardTLSPassthrough
=== PAUSE TestAccVPCLatticeListener_forwardTLSPassthrough
=== RUN TestAccVPCLatticeListener_forwardHTTPTargetGroup
=== PAUSE TestAccVPCLatticeListener_forwardHTTPTargetGroup
=== RUN TestAccVPCLatticeListener_forwardHTTPTargetGroupCustomPort
=== PAUSE TestAccVPCLatticeListener_forwardHTTPTargetGroupCustomPort
=== RUN TestAccVPCLatticeListener_forwardHTTPSTargetGroupARN
=== PAUSE TestAccVPCLatticeListener_forwardHTTPSTargetGroupARN
=== RUN TestAccVPCLatticeListener_forwardHTTPSTargetGroupCustomPort
=== PAUSE TestAccVPCLatticeListener_forwardHTTPSTargetGroupCustomPort
=== RUN TestAccVPCLatticeListener_forwardHTTPMultipleTargetGroups
=== PAUSE TestAccVPCLatticeListener_forwardHTTPMultipleTargetGroups
=== RUN TestAccVPCLatticeListener_disappears
=== PAUSE TestAccVPCLatticeListener_disappears
=== RUN TestAccVPCLatticeListener_tags
=== PAUSE TestAccVPCLatticeListener_tags
=== CONT TestAccVPCLatticeListener_defaultActionUpdate
=== CONT TestAccVPCLatticeListener_forwardHTTPSTargetGroupARN
=== CONT TestAccVPCLatticeListener_forwardTLSPassthrough
--- PASS: TestAccVPCLatticeListener_forwardHTTPSTargetGroupARN (75.56s)
=== CONT TestAccVPCLatticeListener_forwardHTTPTargetGroupCustomPort
--- PASS: TestAccVPCLatticeListener_forwardTLSPassthrough (106.05s)
=== CONT TestAccVPCLatticeListener_forwardHTTPTargetGroup
--- PASS: TestAccVPCLatticeListener_defaultActionUpdate (116.06s)
=== CONT TestAccVPCLatticeListener_disappears
--- PASS: TestAccVPCLatticeListener_forwardHTTPTargetGroupCustomPort (74.86s)
=== CONT TestAccVPCLatticeListener_forwardHTTPMultipleTargetGroups
--- PASS: TestAccVPCLatticeListener_forwardHTTPTargetGroup (69.32s)
=== CONT TestAccVPCLatticeListener_tags
--- PASS: TestAccVPCLatticeListener_disappears (77.18s)
=== CONT TestAccVPCLatticeListener_forwardHTTPSTargetGroupCustomPort
--- PASS: TestAccVPCLatticeListener_forwardHTTPMultipleTargetGroups (84.85s)
=== CONT TestAccVPCLatticeListener_fixedResponseHTTPS
--- PASS: TestAccVPCLatticeListener_tags (89.10s)
=== CONT TestAccVPCLatticeListener_fixedResponseHTTP
--- PASS: TestAccVPCLatticeListener_forwardHTTPSTargetGroupCustomPort (74.96s)
--- PASS: TestAccVPCLatticeListener_fixedResponseHTTPS (74.28s)
--- PASS: TestAccVPCLatticeListener_fixedResponseHTTP (73.67s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/vpclattice 343.188s
@nikhil-goenka Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.59.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
Relations
Closes #37858
References
Output from Acceptance Testing