-
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 data source aws appmesh mesh create #19577
F data source aws appmesh mesh create #19577
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=TestAccAWSAppmeshMeshDataSource_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppmeshMeshDataSource_ -timeout 180m
=== RUN TestAccAWSAppmeshMeshDataSource_basic
=== PAUSE TestAccAWSAppmeshMeshDataSource_basic
=== RUN TestAccAWSAppmeshMeshDataSource_meshOwner
=== PAUSE TestAccAWSAppmeshMeshDataSource_meshOwner
=== RUN TestAccAWSAppmeshMeshDataSource_specAndTagsSet
=== PAUSE TestAccAWSAppmeshMeshDataSource_specAndTagsSet
=== CONT TestAccAWSAppmeshMeshDataSource_basic
=== CONT TestAccAWSAppmeshMeshDataSource_specAndTagsSet
=== CONT TestAccAWSAppmeshMeshDataSource_meshOwner
--- PASS: TestAccAWSAppmeshMeshDataSource_basic (14.57s)
--- PASS: TestAccAWSAppmeshMeshDataSource_meshOwner (14.59s)
--- PASS: TestAccAWSAppmeshMeshDataSource_specAndTagsSet (14.68s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 17.477s
GovCloud
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSAppmeshMeshDataSource_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppmeshMeshDataSource_ -timeout 180m
=== RUN TestAccAWSAppmeshMeshDataSource_basic
=== PAUSE TestAccAWSAppmeshMeshDataSource_basic
=== RUN TestAccAWSAppmeshMeshDataSource_meshOwner
=== PAUSE TestAccAWSAppmeshMeshDataSource_meshOwner
=== RUN TestAccAWSAppmeshMeshDataSource_specAndTagsSet
=== PAUSE TestAccAWSAppmeshMeshDataSource_specAndTagsSet
=== CONT TestAccAWSAppmeshMeshDataSource_basic
=== CONT TestAccAWSAppmeshMeshDataSource_specAndTagsSet
=== CONT TestAccAWSAppmeshMeshDataSource_meshOwner
=== CONT TestAccAWSAppmeshMeshDataSource_specAndTagsSet
provider_test.go:734: skipping tests; partition aws-us-gov does not support appmesh service
--- SKIP: TestAccAWSAppmeshMeshDataSource_specAndTagsSet (1.40s)
=== CONT TestAccAWSAppmeshMeshDataSource_basic
provider_test.go:734: skipping tests; partition aws-us-gov does not support appmesh service
=== CONT TestAccAWSAppmeshMeshDataSource_meshOwner
provider_test.go:734: skipping tests; partition aws-us-gov does not support appmesh service
--- SKIP: TestAccAWSAppmeshMeshDataSource_basic (1.40s)
--- SKIP: TestAccAWSAppmeshMeshDataSource_meshOwner (1.40s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 4.334s
@philnichol Thanks for the contribution 🎉 👏.
|
@ewbankkit thanks for the review and feedback! Will keep those in mind for future changes. |
This functionality has been released in v3.45.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 your review!
Wasn't sure if I was meant to include the change to provider.go, so let me know if you want this removed.