-
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
F data source aws appmesh virtualservice #19774
F data source aws appmesh virtualservice #19774
Conversation
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 🚀.
Commercial
% make testacc TEST=./aws TESTARGS='-run=TestAccDataSourceAWSAppmesh'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAWSAppmesh -timeout 180m
=== RUN TestAccDataSourceAWSAppmeshMesh_basic
=== PAUSE TestAccDataSourceAWSAppmeshMesh_basic
=== RUN TestAccDataSourceAWSAppmeshMesh_meshOwner
=== PAUSE TestAccDataSourceAWSAppmeshMesh_meshOwner
=== RUN TestAccDataSourceAWSAppmeshMesh_specAndTagsSet
=== PAUSE TestAccDataSourceAWSAppmeshMesh_specAndTagsSet
=== RUN TestAccDataSourceAWSAppmeshVirtualService_virtualNode
=== PAUSE TestAccDataSourceAWSAppmeshVirtualService_virtualNode
=== RUN TestAccDataSourceAWSAppmeshVirtualService_virtualRouter
=== PAUSE TestAccDataSourceAWSAppmeshVirtualService_virtualRouter
=== CONT TestAccDataSourceAWSAppmeshMesh_basic
=== CONT TestAccDataSourceAWSAppmeshVirtualService_virtualNode
=== CONT TestAccDataSourceAWSAppmeshVirtualService_virtualRouter
=== CONT TestAccDataSourceAWSAppmeshMesh_specAndTagsSet
=== CONT TestAccDataSourceAWSAppmeshMesh_meshOwner
--- PASS: TestAccDataSourceAWSAppmeshMesh_basic (15.74s)
--- PASS: TestAccDataSourceAWSAppmeshMesh_meshOwner (15.76s)
--- PASS: TestAccDataSourceAWSAppmeshMesh_specAndTagsSet (15.94s)
--- PASS: TestAccDataSourceAWSAppmeshVirtualService_virtualRouter (20.17s)
--- PASS: TestAccDataSourceAWSAppmeshVirtualService_virtualNode (21.00s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 24.400s
GovCloud
% make testacc TEST=./aws TESTARGS='-run=TestAccDataSourceAWSAppmesh'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAWSAppmesh -timeout 180m
=== RUN TestAccDataSourceAWSAppmeshMesh_basic
=== PAUSE TestAccDataSourceAWSAppmeshMesh_basic
=== RUN TestAccDataSourceAWSAppmeshMesh_meshOwner
=== PAUSE TestAccDataSourceAWSAppmeshMesh_meshOwner
=== RUN TestAccDataSourceAWSAppmeshMesh_specAndTagsSet
=== PAUSE TestAccDataSourceAWSAppmeshMesh_specAndTagsSet
=== RUN TestAccDataSourceAWSAppmeshVirtualService_virtualNode
=== PAUSE TestAccDataSourceAWSAppmeshVirtualService_virtualNode
=== RUN TestAccDataSourceAWSAppmeshVirtualService_virtualRouter
=== PAUSE TestAccDataSourceAWSAppmeshVirtualService_virtualRouter
=== CONT TestAccDataSourceAWSAppmeshMesh_basic
=== CONT TestAccDataSourceAWSAppmeshVirtualService_virtualNode
=== CONT TestAccDataSourceAWSAppmeshVirtualService_virtualRouter
=== CONT TestAccDataSourceAWSAppmeshMesh_specAndTagsSet
=== CONT TestAccDataSourceAWSAppmeshMesh_meshOwner
=== CONT TestAccDataSourceAWSAppmeshMesh_basic
provider_test.go:734: skipping tests; partition aws-us-gov does not support appmesh service
--- SKIP: TestAccDataSourceAWSAppmeshMesh_basic (1.41s)
=== CONT TestAccDataSourceAWSAppmeshVirtualService_virtualNode
provider_test.go:734: skipping tests; partition aws-us-gov does not support appmesh service
--- SKIP: TestAccDataSourceAWSAppmeshVirtualService_virtualNode (1.41s)
=== CONT TestAccDataSourceAWSAppmeshVirtualService_virtualRouter
provider_test.go:734: skipping tests; partition aws-us-gov does not support appmesh service
--- SKIP: TestAccDataSourceAWSAppmeshVirtualService_virtualRouter (1.41s)
=== CONT TestAccDataSourceAWSAppmeshMesh_specAndTagsSet
provider_test.go:734: skipping tests; partition aws-us-gov does not support appmesh service
--- SKIP: TestAccDataSourceAWSAppmeshMesh_specAndTagsSet (1.41s)
=== CONT TestAccDataSourceAWSAppmeshMesh_meshOwner
provider_test.go:734: skipping tests; partition aws-us-gov does not support appmesh service
--- SKIP: TestAccDataSourceAWSAppmeshMesh_meshOwner (1.41s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 4.685s
@philnichol Thanks for the contribution 🎉 👏. |
This functionality has been released in v3.46.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. |
Community Note
Relates #17590
Output from acceptance testing:
Thanks in advance for the review!