From faa34d7d5d1c490f035d9165b8f3c7bc7b7da9d1 Mon Sep 17 00:00:00 2001 From: Graham Davison Date: Wed, 4 Nov 2020 21:58:41 -0800 Subject: [PATCH] Update CHANGELOG for #15020 --- CHANGELOG.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 881a1390b96..5e640da25c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,16 +9,17 @@ ENHANCEMENTS * resource/aws_apigatewayv2_integration: `timeout_milliseconds` has different valid ranges and default values between HTTP and WebSocket APIs. `timeout_milliseconds` is now `Computed`, meaning Terraform will only perform drift detection of its value when present in a configuration. [GH-16017] * resource/aws_cloudwatch_event_target: add plan time validation to `arn`, `role_arn`, `launch_type`, `task_definition_arn` [GH-11685] -* resource/aws_codeartifact_domain - add `tags` argument. [GH-16006] -* resource/aws_codeartifact_repository - add `tags` argument. [GH-16006] -* resource/aws_glue_catalog_database - add plan time validations for `description` and `name`. [GH-15956] -* resource/aws_glue_crawler - Support MongoDB target [GH-15934] -* resource/aws_glue_trigger - Add plan time validation to `name` [GH-15793] -* resource/aws_glue_trigger - Add `security_configuration` and `notification_property` arguments to `actions` block [GH-15793] +* resource/aws_codeartifact_domain: add `tags` argument. [GH-16006] +* resource/aws_codeartifact_repository: add `tags` argument. [GH-16006] +* resource/aws_glue_catalog_database: add plan time validations for `description` and `name`. [GH-15956] +* resource/aws_glue_crawler: Support MongoDB target [GH-15934] +* resource/aws_glue_trigger: Add plan time validation to `name` [GH-15793] +* resource/aws_glue_trigger: Add `security_configuration` and `notification_property` arguments to `actions` block [GH-15793] BUG FIXES -* resource/resource_aws_glue_classifier: fix `quote_symbol` being optional [GH-15948] +* resource/aws_glue_classifier: Fix `quote_symbol` being optional [GH-15948] +* resource/aws_lambda_function: Publish version if value of `publish` is only change [GH-15020] * resource/aws_rds_cluster: Prevent error removing cluster from global cluster when not found [GH-15938] * resource/aws_rds_global_cluster: Prevent error removing cluster from global cluster when not found [GH-15938]