diff --git a/CHANGELOG.md b/CHANGELOG.md index bd80d61a1..14c486e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ FEATURES: * **New Resource:** `aws_rds_cluster_parameter_group` [GH-5269] * **New Resource:** `openstack_blockstorage_volume_v2` [GH-6693] * **New Resource:** `vsphere_virtual_disk` [GH-6273] + * **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] * 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] * core: The `terraform plan` command no longer persists state. [GH-6811]