From de414eefbf1d07798f998cc9020952ea994ba4d9 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Mon, 2 Jan 2017 13:49:00 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71eaa9b77e..9fd2eccdea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ IMPROVEMENTS: * provider/aws: Add support for instance tenancy in `aws_opsworks_instance` [GH-10885] * provider/aws: Added a validation for security group rule types [GH-10864] + * provider/aws: Add `most_recent` to the `ebs_snapshot` data source [GH-10986] * provider/archive: `archive_file` now exports `output_md5` attribute in addition to existing SHA1 and Base64 SHA256 hashes. [GH-10851] * provider/pagerduty Add delete support to pagerduty_service_integration [GH-10891] * provider/postgresql Add permissions support to `postgresql_schema` as nested `policy` attributes [GH-10808]