astonishing-jackal-3977
10/24/2023, 1:08 PMaws.s3.BucketLifecycleConfigurationV2
, it says prefix is deprecated. Use filter instead
.
It does say in the docs that prefix is deprecated and it will default to it. I tried specifying an empty filter as mentioned in the terraform docs, but it still seems to default to prefix and send the warning. Is there another way to get rid of the warnings?
filter=aws.s3.BucketLifecycleConfigurationV2RuleFilterArgs(object_size_greater_than=0)
.prefix=None
specifically, but I still run into this.sparse-gold-10561
10/24/2023, 2:34 PMastonishing-jackal-3977
10/24/2023, 2:54 PM