-
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
r/s3_bucket_lifecycle_configuration: new resource #22579
r/s3_bucket_lifecycle_configuration: new resource #22579
Conversation
8abed34
to
0a9fbf3
Compare
lifecycle_rule
and add new lifecycle_configuration
resourcef8fd852
to
492a520
Compare
1e894e8
to
6623846
Compare
ffeacc8
to
dfd36ba
Compare
44a00a8
to
5ac8e8c
Compare
3744c80
to
ede486b
Compare
18688a6
to
322647c
Compare
ede486b
to
710f34b
Compare
710f34b
to
c82ae87
Compare
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.
Looks good! 🎉
% make testacc TESTS=TestAccS3BucketLifecycleConfiguration_ PKG=s3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/s3/... -v -count 1 -parallel 20 -run='TestAccS3BucketLifecycleConfiguration_' -timeout 180m
--- PASS: TestAccS3BucketLifecycleConfiguration_disappears (149.80s)
--- PASS: TestAccS3BucketLifecycleConfiguration_basic (151.39s)
--- PASS: TestAccS3BucketLifecycleConfiguration_Prefix (151.47s)
--- PASS: TestAccS3BucketLifecycleConfiguration_NonCurrentVersionTransition (152.43s)
--- PASS: TestAccS3BucketLifecycleConfiguration_NonCurrentVersionExpiration (152.61s)
--- PASS: TestAccS3BucketLifecycleConfiguration_MultipleRules (152.68s)
--- PASS: TestAccS3BucketLifecycleConfiguration_RuleExpiration_EmptyBlock (152.81s)
--- PASS: TestAccS3BucketLifecycleConfiguration_RuleExpiration_ExpireMarkerOnly (173.95s)
--- PASS: TestAccS3BucketLifecycleConfiguration_RuleAbortIncompleteMultipartUpload (174.09s)
--- PASS: TestAccS3BucketLifecycleConfiguration_DisableRule (191.74s)
--- PASS: TestAccS3BucketLifecycleConfiguration_update (193.36s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/s3 194.894s
5a5959b
to
cddb26a
Compare
660b20a
to
f470b8c
Compare
f470b8c
to
00430af
Compare
Output of acceptance tests after updates:
|
d0e51cd
to
dd85b34
Compare
This functionality has been released in v4.0.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 #4418
Relates #20433
Closes #6188
Closes #283
Output from acceptance testing: