Skip to content

Commit

Permalink
Update CHANGELOG for hashicorp#12586
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad authored and twitty-rival committed May 6, 2020
1 parent 321e8d4 commit 94bc781
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## 2.57.0 (Unreleased)

BREAKING CHANGES:

* provider: The configuration for the preview ignore tags functionality has been updated to include a wrapping configuration block. For example:

```hcl
provider "aws" {
ignore_tags {
keys = ["TagKey1"]
}
}
```

FEATURES:

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

0 comments on commit 94bc781

Please sign in to comment.