From d769eac13fa89f30edf9941e522591cf63283b9d Mon Sep 17 00:00:00 2001 From: Joe Topjian Date: Mon, 23 May 2016 15:20:04 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a736b4b61..47789003b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ FEATURES: * **New Command:** `terraform state` to provide access to a variety of state manipulation functions [GH-5811] * **New Provider:** `grafana` [GH-6206] * **New Resource:** `aws_rds_cluster_parameter_group` [GH-5269] + * **New Resource:** `openstack_blockstorage_volume_v2` [GH-6693] * core: Data Resources are now supported. Values are refreshed, and available during the planning stage [GH-6598] * core: Lists and maps can now be used as first class types for variables, and may be passed between modules [GH-6322]