Skip to content

Commit 9d612bd

Browse files
authored
Update CHANGELOG for #12586
1 parent 2b7cc8a commit 9d612bd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## 2.57.0 (Unreleased)
22

3+
BREAKING CHANGES:
4+
5+
* provider: The configuration for the preview ignore tags functionality has been updated to include a wrapping configuration block. For example:
6+
7+
```hcl
8+
provider "aws" {
9+
ignore_tags {
10+
keys = ["TagKey1"]
11+
}
12+
}
13+
```
14+
315
FEATURES:
416

517
* **New Data Source:** `aws_cloudfront_distribution` [GH-6468]

0 commit comments

Comments
 (0)