From 741b0124410fd6e1218c1bf640fdfe7c09400229 Mon Sep 17 00:00:00 2001 From: James Nugent Date: Tue, 31 May 2016 12:52:31 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d775d6cd4..bd8e2661e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,9 @@ 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 Data Source:** `aws_iam_policy_document` [GH-6881] * **New Provider:** `grafana` [GH-6206] - * **New Provider:** `random` - allows generation of random values without constantly generating diffs [GH6672] + * **New Provider:** `random` - allows generation of random values without constantly generating diffs [GH-6672] * **New Resource:** `aws_iam_group_policy_attachment` [GH-6858] * **New Resource:** `aws_iam_role_policy_attachment` [GH-6858] * **New Resource:** `aws_iam_user_policy_attachment` [GH-6858]