Skip to content

Commit

Permalink
r/s3_bucket_lifecycle_configuration: new resource (#22579)
Browse files Browse the repository at this point in the history
* feat: new resource s3_bucket_lifecycle_configuration

* only wait on update and format docs

* remove conflicting validations

* update imports referencing tfawserr

* r/s3_bucket_lifecycle_configuration: re-use share id create/parse method; update docs

* rename test and remove extra update

* r/s3_bucket_lifecycle_configuration: change 'rule' to TypeList to respect order

* add retry method in Exists test check for occassional flakiness
  • Loading branch information
anGie44 authored Feb 3, 2022
1 parent 855288d commit d8640c1
Show file tree
Hide file tree
Showing 10 changed files with 2,095 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/22579.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_s3_bucket_lifecycle_configuration
```
1 change: 1 addition & 0 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1626,6 +1626,7 @@ func Provider() *schema.Provider {
"aws_s3_bucket_cors_configuration": s3.ResourceBucketCorsConfiguration(),
"aws_s3_bucket_intelligent_tiering_configuration": s3.ResourceBucketIntelligentTieringConfiguration(),
"aws_s3_bucket_inventory": s3.ResourceBucketInventory(),
"aws_s3_bucket_lifecycle_configuration": s3.ResourceBucketLifecycleConfiguration(),
"aws_s3_bucket_logging": s3.ResourceBucketLogging(),
"aws_s3_bucket_metric": s3.ResourceBucketMetric(),
"aws_s3_bucket_notification": s3.ResourceBucketNotification(),
Expand Down
Loading

0 comments on commit d8640c1

Please sign in to comment.