From 33116d1c6277d380dce4a7a06708181e585eae0a Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Fri, 24 Jul 2020 14:05:53 -0400 Subject: [PATCH] Update CHANGELOG for #14309 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ca594ae838..701abb35716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ BREAKING CHANGES * resource/aws_instance: Return an error when `ebs_block_device` `iops` or `root_block_device` `iops` argument set to a value greater than `0` for volume types other than `io1` [GH-14310] * resource/aws_lambda_alias: Resource import no longer converts Lambda Function name to ARN [GH-12876] * resource/aws_launch_template: `network_interfaces` `delete_on_termination` argument changed from `bool` to `string` type [GH-8612] +* resource/aws_lb_listener_rule: Remove deprecated `condition` configuration block `field` and `values` arguments [GH-14309] * resource/aws_msk_cluster: Update `encryption_info` `encryption_in_transit` `client_broker` argument default to match API default of `TLS` [GH-14132] * resource/aws_rds_cluster: Update `scaling_configuration` `min_capacity` argument default to match API default of `1` [GH-14268] * resource/aws_s3_bucket: Remove automatic `aws_s3_bucket_policy` resource import [GH-14121]