Skip to content

Commit

Permalink
Update CHANGELOG for #6642
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad authored Dec 4, 2018
1 parent d897abe commit 712affd
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 712affd

Please sign in to comment.