From 712affd9479f1ef65bc63604755ed6613a9fdf4e Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Mon, 3 Dec 2018 23:00:59 -0500 Subject: [PATCH] Update CHANGELOG for #6642 --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91adc6bc57b..44e76c867af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,19 +5,37 @@ ENHANCEMENTS * data-source/aws_availability_zone: Add `zone_id` attribute [GH-6686] * data-source/aws_availability_zones: Add `zone_ids` attribute [GH-6686] * data-source/aws_iam_policy_document: Provide error if duplicate `sid` are configured across statements [GH-6675] +* data-source/aws_internet_gateway: Add `owner_id` attribute [GH-6642] +* data-source/aws_route_table: Add `owner_id` attribute [GH-6642] +* data-source/aws_subnet: Add `availability_zone_id` argument and `owner_id` attribute [GH-6642] +* data-source/aws_subnet: Use API provided `arn` attribute [GH-6642] +* data-source/aws_vpc: Add `owner_id` attribute [GH-6642] +* data-source/aws_vpc_dhcp_options: Add `owner_id` attribute [GH-6642] * resource/aws_cloudtrail: Add `is_organization_trail` argument [GH-6580] * resource/aws_codedeploy_config: Add `compute_platform` and `traffic_routing_config` arguments (support Lambda) [GH-6644] +* resource/aws_default_network_acl: Add `owner_id` attribute [GH-6642] +* resource/aws_default_route_table: Add `owner_id` attribute [GH-6642] +* resource/aws_default_subnet: Add `owner_id` attribute [GH-6642] +* resource/aws_default_vpc: Add `owner_id` attribute [GH-6642] +* resource/aws_default_vpc_dhcp_options: Add `owner_id` attribute [GH-6642] * resource/aws_dynamodb_table: Add `billing_mode` argument (support on-demand capacity) [GH-6648] * resource/aws_iam_group_policy_attachment: Support resource import [GH-6625] * resource/aws_iam_user_policy_attachment: Support resource import [GH-6487] +* resource/aws_internet_gateway: Add `owner_id` attribute [GH-6642] * resource/aws_lambda_function: Support `provided` in `runtime` validation [GH-6676] * resource/aws_lambda_function: Support `python3.7` in `runtime` validation [GH-6583] * resource/aws_lambda_function: Support `ruby2.5` in `runtime` validation [GH-6657] +* resource/aws_network_acl: Add `owner_id` attribute [GH-6642] +* resource/aws_route_table: Add `owner_id` attribute [GH-6642] * resource/aws_s3_bucket: Support `INTELLIGENT_TIERING` in storage class validations [GH-6589] * resource/aws_s3_bucket: Support replication rule destination storage class `GLACIER` [GH-6613] -* resource/aws_s3_bucket_object: Support `INTELLIGENT_TIERING` in `storage_class` validation [GH-6589] * resource/aws_s3_bucket_object: Support `GLACIER` in `storage_class` validation [GH-6610] +* resource/aws_s3_bucket_object: Support `INTELLIGENT_TIERING` in `storage_class` validation [GH-6589] * resource/aws_ses_event_destination: Support multiple `cloudwatch_destination` configuration blocks [GH-6690] +* resource/aws_subnet: Add `availability_zone_id` argument and `owner_id` attribute [GH-6642] +* resource/aws_subnet: Use API provided `arn` attribute [GH-6642] +* resource/aws_vpc: Add `owner_id` attribute [GH-6642] +* resource/aws_vpc_dhcp_options: Add `owner_id` attribute [GH-6642] BUG FIXES: