Skip to content

Commit cd62d8c

Browse files
authored
Merge pull request #42038 from hashicorp/b-s3-lifecycle-computed-values
Adds CHANGELOG entry for #42036
2 parents 9f95c18 + 5080f24 commit cd62d8c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.changelog/42036.txt

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
```release-note:enhancement
2+
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
19+
```

0 commit comments

Comments
 (0)