You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resource/aws_s3_bucket_lifecycle_configuration: Removes spurious "known after apply" notations in plan
3
+
```
4
+
5
+
```release-note:bug
6
+
resource/aws_s3_bucket_lifecycle_configuration: Removes incorrect warning for empty `rule.filter`
7
+
```
8
+
9
+
```release-note:enhancement
10
+
resource/aws_s3_bucket_lifecycle_configuration: Adds warning if multiple attributes in `rule.expiration` are set
11
+
```
12
+
13
+
```release-note:enhancement
14
+
resource/aws_s3_bucket_lifecycle_configuration: Adds warning if neither `rule.prefix` nor `rule.filter` is set
15
+
```
16
+
17
+
```release-note:enhancement
18
+
resource/aws_s3_bucket_lifecycle_configuration: Adds warning if neither `rule.transition.date` nor `rule.transition.days` is set and error if both are set
0 commit comments