From 570695a005f6b9b6aa6359494a79be039a1a78d9 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 19 Jun 2019 22:50:25 -0400 Subject: [PATCH] Update CHANGELOG for #8396 and #8674 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5d5296f132..5e225350bfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,21 @@ FEATURES: ENHANCEMENTS: +* data-source/aws_vpc_endpoint: Add `owner_id` and `tags` attributes [GH-8674] +* data-source/aws_vpc_endpoint: Add `requester_managed` attribute [GH-8396] +* data-source/aws_vpc_endpoint_service: Add `manages_vpc_endpoints` attribute [GH-8396] +* data-source/aws_vpc_endpoint_service: Add `service_id` and `tags` attributes [GH-8674] * resource/aws_backup_vault: Support resource import [GH-9041] * resource/aws_codepipeline: Add `tags` argument [GH-8993] * resource/aws_codepipeline_webhook: Add `tags` argument [GH-8993] * resource/aws_ecs_task_definition: Add `proxy_configuration` configuration block (support AppMesh proxying) [GH-8780] * resource/aws_organizations_organization: Add `non_master_accounts` attribute [GH-8926] * resource/aws_secretsmanager_secret: Tag on create (support tag limiting IAM policies) [GH-9023] +* resource/aws_vpc_endpoint: Add `owner_id` attribute [GH-8674] +* resource/aws_vpc_endpoint: Add `requester_managed` attribute [GH-8396] +* resource/aws_vpc_endpoint: Add `tags` argument [GH-8674] +* resource/aws_vpc_endpoint_service: Add `manages_vpc_endpoints` attribute [GH-8396] +* resource/aws_vpc_endpoint_service: Add `tags` argument [GH-8674] BUG FIXES: