From 5de76daba118f1e0781ae3138a696642f736250e Mon Sep 17 00:00:00 2001 From: James Nugent Date: Sun, 29 May 2016 12:08:55 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d1bebc9b..64fa9db2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ BACKWARDS INCOMPATIBILITIES / NOTES: FEATURES: * **New Command:** `terraform state` to provide access to a variety of state manipulation functions [GH-5811] + * **New Data Source:** `aws_ami` [GH-6911] + * **New Data Source:** `aws_availability_zones` [GH-6805] * **New Provider:** `grafana` [GH-6206] * **New Provider:** `random` - allows generation of random values without constantly generating diffs [GH6672] * **New Resource:** `aws_iam_group_policy_attachment` [GH-6858]