From bb7830a6b42dbb45c55280b9b3ba920aefbb6d80 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 6 Jan 2021 13:36:30 -0500 Subject: [PATCH] Update CHANGELOG for #12340 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0195dca82c8..dd7b1b70017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ ENHANCEMENTS * resource/aws_glue_crawler: add plan time validations to `name`, `description` and `table_prefix` [GH-16714] * resource/aws_kinesis_stream: Update `retention_period` argument plan-time validation to include up to 8760 hours [GH-16608] * resource/aws_msk_cluster: Support `PER_TOPIC_PER_PARTITION` value for `enhanced_monitoring` argument plan-time validation [GH-16914] +* resource/aws_route53_zone: Add length validations for `delegation_set_id` and `name` arguments [GH-12340] * resource/aws_vpc_endpoint_service: Make `private_dns_name` configurable and add `private_dns_name_configuration` attribute [GH-16495] BUG FIXES