-
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/resource aws datasync location s3 storage class #19190
F/resource aws datasync location s3 storage class #19190
Conversation
…parameter actual_engine_version
…parameter actual_engine_version
…parameter actual_engine_version
make testacc TESTARGS='-run=TestAccAWSDataSyncLocationS3_' |
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=TestAccAWSDataSyncLocationS3_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSDataSyncLocationS3_ -timeout 180m
=== RUN TestAccAWSDataSyncLocationS3_basic
=== PAUSE TestAccAWSDataSyncLocationS3_basic
=== RUN TestAccAWSDataSyncLocationS3_storageclass
=== PAUSE TestAccAWSDataSyncLocationS3_storageclass
=== RUN TestAccAWSDataSyncLocationS3_disappears
=== PAUSE TestAccAWSDataSyncLocationS3_disappears
=== RUN TestAccAWSDataSyncLocationS3_Tags
=== PAUSE TestAccAWSDataSyncLocationS3_Tags
=== CONT TestAccAWSDataSyncLocationS3_basic
=== CONT TestAccAWSDataSyncLocationS3_Tags
=== CONT TestAccAWSDataSyncLocationS3_disappears
=== CONT TestAccAWSDataSyncLocationS3_storageclass
--- PASS: TestAccAWSDataSyncLocationS3_storageclass (28.78s)
--- PASS: TestAccAWSDataSyncLocationS3_disappears (37.82s)
--- PASS: TestAccAWSDataSyncLocationS3_basic (45.48s)
--- PASS: TestAccAWSDataSyncLocationS3_Tags (76.99s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 80.471s
GovCloud
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSDataSyncLocationS3_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSDataSyncLocationS3_ -timeout 180m
=== RUN TestAccAWSDataSyncLocationS3_basic
=== PAUSE TestAccAWSDataSyncLocationS3_basic
=== RUN TestAccAWSDataSyncLocationS3_storageclass
=== PAUSE TestAccAWSDataSyncLocationS3_storageclass
=== RUN TestAccAWSDataSyncLocationS3_disappears
=== PAUSE TestAccAWSDataSyncLocationS3_disappears
=== RUN TestAccAWSDataSyncLocationS3_Tags
=== PAUSE TestAccAWSDataSyncLocationS3_Tags
=== CONT TestAccAWSDataSyncLocationS3_basic
=== CONT TestAccAWSDataSyncLocationS3_Tags
=== CONT TestAccAWSDataSyncLocationS3_disappears
=== CONT TestAccAWSDataSyncLocationS3_storageclass
--- PASS: TestAccAWSDataSyncLocationS3_storageclass (33.34s)
--- PASS: TestAccAWSDataSyncLocationS3_disappears (37.04s)
--- PASS: TestAccAWSDataSyncLocationS3_basic (49.82s)
--- PASS: TestAccAWSDataSyncLocationS3_Tags (89.14s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 91.949s
This has been released in version 3.39.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 for triage. Thanks! |
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
Closes #19191.
Output from acceptance testing: