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: