Disallow empty filter
block on aws_s3_bucket_metric
resource
#11813
Labels
bug
Addresses a defect in current functionality.
service/s3
Issues and PRs that pertain to the s3 service.
Milestone
The resource
aws_s3_bucket_metric
currently allows an emptyfilter
block, which is meaningless, as it creates no filter.When a filter is supplied, at least one of
prefix
ortags
should be required.Community Note
Affected Resource(s)
Terraform Configuration Files
This example should not be valid, since it is equivalent to not supplying a filter at all.
The text was updated successfully, but these errors were encountered: