-
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
fix: Skip listing tags on aws_vpclattice_service_network
data source when shared via RAM
#32939
Conversation
Community NoteVoting for Prioritization
For Submitters
|
@bryantbiggs Thanks for looking into this 👏. |
make testacc TESTARGS='-run=TestAccVPCLatticeServiceNetwork' 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=TestAccVPCLatticeServiceNetwork -timeout 180m
=== RUN TestAccVPCLatticeServiceNetworkDataSource_basic
=== PAUSE TestAccVPCLatticeServiceNetworkDataSource_basic
=== RUN TestAccVPCLatticeServiceNetworkDataSource_tags
=== PAUSE TestAccVPCLatticeServiceNetworkDataSource_tags
=== RUN TestAccVPCLatticeServiceNetworkServiceAssociation_basic
=== PAUSE TestAccVPCLatticeServiceNetworkServiceAssociation_basic
=== RUN TestAccVPCLatticeServiceNetworkServiceAssociation_arn
=== PAUSE TestAccVPCLatticeServiceNetworkServiceAssociation_arn
=== RUN TestAccVPCLatticeServiceNetworkServiceAssociation_disappears
=== PAUSE TestAccVPCLatticeServiceNetworkServiceAssociation_disappears
=== RUN TestAccVPCLatticeServiceNetworkServiceAssociation_tags
=== PAUSE TestAccVPCLatticeServiceNetworkServiceAssociation_tags
=== RUN TestAccVPCLatticeServiceNetwork_basic
=== PAUSE TestAccVPCLatticeServiceNetwork_basic
=== RUN TestAccVPCLatticeServiceNetwork_disappears
=== PAUSE TestAccVPCLatticeServiceNetwork_disappears
=== RUN TestAccVPCLatticeServiceNetwork_full
=== PAUSE TestAccVPCLatticeServiceNetwork_full
=== RUN TestAccVPCLatticeServiceNetwork_tags
=== PAUSE TestAccVPCLatticeServiceNetwork_tags
=== RUN TestAccVPCLatticeServiceNetworkVPCAssociation_basic
=== PAUSE TestAccVPCLatticeServiceNetworkVPCAssociation_basic
=== RUN TestAccVPCLatticeServiceNetworkVPCAssociation_arn
=== PAUSE TestAccVPCLatticeServiceNetworkVPCAssociation_arn
=== RUN TestAccVPCLatticeServiceNetworkVPCAssociation_disappears
=== PAUSE TestAccVPCLatticeServiceNetworkVPCAssociation_disappears
=== RUN TestAccVPCLatticeServiceNetworkVPCAssociation_full
=== PAUSE TestAccVPCLatticeServiceNetworkVPCAssociation_full
=== RUN TestAccVPCLatticeServiceNetworkVPCAssociation_tags
=== PAUSE TestAccVPCLatticeServiceNetworkVPCAssociation_tags
=== CONT TestAccVPCLatticeServiceNetworkDataSource_basic
=== CONT TestAccVPCLatticeServiceNetwork_full
--- PASS: TestAccVPCLatticeServiceNetworkDataSource_basic (39.01s)
=== CONT TestAccVPCLatticeServiceNetworkVPCAssociation_disappears
--- PASS: TestAccVPCLatticeServiceNetwork_full (44.32s)
=== CONT TestAccVPCLatticeServiceNetworkVPCAssociation_tags
--- PASS: TestAccVPCLatticeServiceNetworkVPCAssociation_disappears (100.75s)
=== CONT TestAccVPCLatticeServiceNetworkVPCAssociation_full
--- PASS: TestAccVPCLatticeServiceNetworkVPCAssociation_tags (160.48s)
=== CONT TestAccVPCLatticeServiceNetworkServiceAssociation_disappears
--- PASS: TestAccVPCLatticeServiceNetworkVPCAssociation_full (100.93s)
=== CONT TestAccVPCLatticeServiceNetwork_disappears
--- PASS: TestAccVPCLatticeServiceNetworkServiceAssociation_disappears (46.57s)
=== CONT TestAccVPCLatticeServiceNetwork_basic
--- PASS: TestAccVPCLatticeServiceNetwork_disappears (38.10s)
=== CONT TestAccVPCLatticeServiceNetworkServiceAssociation_tags
--- PASS: TestAccVPCLatticeServiceNetwork_basic (43.31s)
=== CONT TestAccVPCLatticeServiceNetwork_tags
--- PASS: TestAccVPCLatticeServiceNetworkServiceAssociation_tags (112.94s)
=== CONT TestAccVPCLatticeServiceNetworkVPCAssociation_basic
--- PASS: TestAccVPCLatticeServiceNetwork_tags (101.11s)
=== CONT TestAccVPCLatticeServiceNetworkServiceAssociation_basic
--- PASS: TestAccVPCLatticeServiceNetworkServiceAssociation_basic (52.36s)
=== CONT TestAccVPCLatticeServiceNetworkServiceAssociation_arn
--- PASS: TestAccVPCLatticeServiceNetworkServiceAssociation_arn (51.14s)
=== CONT TestAccVPCLatticeServiceNetworkVPCAssociation_arn
--- PASS: TestAccVPCLatticeServiceNetworkVPCAssociation_basic (107.87s)
=== CONT TestAccVPCLatticeServiceNetworkDataSource_tags
--- PASS: TestAccVPCLatticeServiceNetworkDataSource_tags (37.99s)
--- PASS: TestAccVPCLatticeServiceNetworkVPCAssociation_arn (97.34s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/vpclattice 596.804s |
aws_vpclattice_service
and aws_vpclattice_service_network
data sourcesaws_vpclattice_service_network
data source when shared via RAM
…e when shared via RAM
3d5b872
to
546a922
Compare
Acceptance test output: % make testacc TESTARGS='-run=TestAccVPCLatticeServiceNetworkDataSource_' 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=TestAccVPCLatticeServiceNetworkDataSource_ -timeout 180m === RUN TestAccVPCLatticeServiceNetworkDataSource_basic === PAUSE TestAccVPCLatticeServiceNetworkDataSource_basic === CONT TestAccVPCLatticeServiceNetworkDataSource_basic --- PASS: TestAccVPCLatticeServiceNetworkDataSource_basic (23.41s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/vpclattice 28.927s
…kDataSource_shared'. Acceptance test output: % make testacc TESTARGS='-run=TestAccVPCLatticeServiceNetworkDataSource_shared' 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=TestAccVPCLatticeServiceNetworkDataSource_shared -timeout 180m === RUN TestAccVPCLatticeServiceNetworkDataSource_shared === PAUSE TestAccVPCLatticeServiceNetworkDataSource_shared === CONT TestAccVPCLatticeServiceNetworkDataSource_shared --- PASS: TestAccVPCLatticeServiceNetworkDataSource_shared (40.59s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/vpclattice 45.992s
Acceptance test output: % make testacc TESTARGS='-run=TestAccVPCLatticeServiceDataSource_' 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=TestAccVPCLatticeServiceDataSource_ -timeout 180m === RUN TestAccVPCLatticeServiceDataSource_basic === PAUSE TestAccVPCLatticeServiceDataSource_basic === RUN TestAccVPCLatticeServiceDataSource_byName === PAUSE TestAccVPCLatticeServiceDataSource_byName === CONT TestAccVPCLatticeServiceDataSource_basic === CONT TestAccVPCLatticeServiceDataSource_byName --- PASS: TestAccVPCLatticeServiceDataSource_basic (28.19s) --- PASS: TestAccVPCLatticeServiceDataSource_byName (28.28s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/vpclattice 33.556s
…hared to the current account.
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=TestAccVPCLatticeServiceDataSource_' 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=TestAccVPCLatticeServiceDataSource_ -timeout 180m
=== RUN TestAccVPCLatticeServiceDataSource_basic
=== PAUSE TestAccVPCLatticeServiceDataSource_basic
=== RUN TestAccVPCLatticeServiceDataSource_byName
=== PAUSE TestAccVPCLatticeServiceDataSource_byName
=== RUN TestAccVPCLatticeServiceDataSource_shared
=== PAUSE TestAccVPCLatticeServiceDataSource_shared
=== CONT TestAccVPCLatticeServiceDataSource_basic
=== CONT TestAccVPCLatticeServiceDataSource_shared
--- PASS: TestAccVPCLatticeServiceDataSource_basic (29.13s)
=== CONT TestAccVPCLatticeServiceDataSource_byName
--- PASS: TestAccVPCLatticeServiceDataSource_shared (46.69s)
--- PASS: TestAccVPCLatticeServiceDataSource_byName (30.12s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/vpclattice 64.778s
% make testacc TESTARGS='-run=TestAccVPCLatticeServiceNetworkDataSource_' 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=TestAccVPCLatticeServiceNetworkDataSource_ -timeout 180m
=== RUN TestAccVPCLatticeServiceNetworkDataSource_basic
=== PAUSE TestAccVPCLatticeServiceNetworkDataSource_basic
=== RUN TestAccVPCLatticeServiceNetworkDataSource_shared
=== PAUSE TestAccVPCLatticeServiceNetworkDataSource_shared
=== CONT TestAccVPCLatticeServiceNetworkDataSource_basic
=== CONT TestAccVPCLatticeServiceNetworkDataSource_shared
--- PASS: TestAccVPCLatticeServiceNetworkDataSource_basic (26.81s)
--- PASS: TestAccVPCLatticeServiceNetworkDataSource_shared (44.32s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/vpclattice 49.759s
@bryantbiggs Thanks for the contribution 🎉 👏. |
thank you - I appreciate it! |
This functionality has been released in v5.12.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. |
Relations
Closes #32938.
Relates #26695.
References
Output from Acceptance Testing