-
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
New resource: aws_vpclattice_service_network_service_association
#30508
Conversation
Community NoteVoting for Prioritization
For Submitters
|
e5d790a
to
c2ad096
Compare
aws_vpclattice_service_association
aws_vpclattice_service_association
aws_vpclattice_servicenetwork_service_association
aws_vpclattice_servicenetwork_service_association
aws_vpclattice_service_network_service_association
…e_service_network_service_association'.
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=TestAccVPCLatticeServiceNetworkServiceAssociation_' 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=TestAccVPCLatticeServiceNetworkServiceAssociation_ -timeout 180m
=== RUN TestAccVPCLatticeServiceNetworkServiceAssociation_basic
=== PAUSE TestAccVPCLatticeServiceNetworkServiceAssociation_basic
=== RUN TestAccVPCLatticeServiceNetworkServiceAssociation_disappears
=== PAUSE TestAccVPCLatticeServiceNetworkServiceAssociation_disappears
=== RUN TestAccVPCLatticeServiceNetworkServiceAssociation_tags
=== PAUSE TestAccVPCLatticeServiceNetworkServiceAssociation_tags
=== CONT TestAccVPCLatticeServiceNetworkServiceAssociation_basic
=== CONT TestAccVPCLatticeServiceNetworkServiceAssociation_tags
--- PASS: TestAccVPCLatticeServiceNetworkServiceAssociation_basic (39.19s)
=== CONT TestAccVPCLatticeServiceNetworkServiceAssociation_disappears
--- PASS: TestAccVPCLatticeServiceNetworkServiceAssociation_disappears (33.08s)
--- PASS: TestAccVPCLatticeServiceNetworkServiceAssociation_tags (84.53s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/vpclattice 97.572s
``
@meetreks Thanks for the contribution 🎉 👏. |
Thanks @ewbankkit as always. You mean the docs html completed right? |
@meetreks Correct. |
@ewbankkit fixed the webdocs, kindly review and let me know. |
This functionality has been released in v4.63.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
This change is to add a new resource for VPC Lattice Service Network Association. You can see this issue for more details - #30410
Relations
Closes #30410.
Relates #30380.
References
The API reference can be found here -- https://docs.aws.amazon.com/vpc-lattice/latest/APIReference/API_CreateServiceNetworkServiceAssociation.html
Output from Acceptance Testing