-
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
F vpclattice listener rule resource #30815
F vpclattice listener rule resource #30815
Conversation
…oskandylis/terraform-provider-aws into f-vpclattice-listener-rule-resource
Community NoteVoting for Prioritization
For Submitters
|
# Conflicts: # internal/service/vpclattice/service_package_gen.go
…n' -- single ID fields, ForceNew.
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=TestAccVPCLatticeListenerRule_' PKG=vpclattice ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/vpclattice/... -v -count 1 -parallel 2 -run=TestAccVPCLatticeListenerRule_ -timeout 180m
=== RUN TestAccVPCLatticeListenerRule_basic
=== PAUSE TestAccVPCLatticeListenerRule_basic
=== RUN TestAccVPCLatticeListenerRule_fixedResponse
=== PAUSE TestAccVPCLatticeListenerRule_fixedResponse
=== RUN TestAccVPCLatticeListenerRule_methodMatch
=== PAUSE TestAccVPCLatticeListenerRule_methodMatch
=== RUN TestAccVPCLatticeListenerRule_tags
=== PAUSE TestAccVPCLatticeListenerRule_tags
=== CONT TestAccVPCLatticeListenerRule_basic
=== CONT TestAccVPCLatticeListenerRule_tags
--- PASS: TestAccVPCLatticeListenerRule_basic (117.76s)
=== CONT TestAccVPCLatticeListenerRule_methodMatch
--- PASS: TestAccVPCLatticeListenerRule_tags (117.76s)
=== CONT TestAccVPCLatticeListenerRule_fixedResponse
--- PASS: TestAccVPCLatticeListenerRule_methodMatch (85.78s)
--- PASS: TestAccVPCLatticeListenerRule_fixedResponse (94.33s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/vpclattice 217.461s
This functionality has been released in v4.64.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
Adds support for the VPC Lattice listener rule resource.
Relations
Closes #30784.
Relates #30380.
References
SDK: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/vpclattice@v1.0.2
API: https://docs.aws.amazon.com/sdk-for-go/api/service/vpclattice/
Documentation: https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules
Output from Acceptance Testing