From 04881e1588f864f6b2381966de8f1ba300757e7e Mon Sep 17 00:00:00 2001 From: Graham Davison Date: Thu, 24 Sep 2020 10:40:47 -0700 Subject: [PATCH] Cleans up CHANGELOG --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 645c4f250ce..00c7e8597cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,14 +21,14 @@ ENHANCEMENTS * resource/aws_appmesh_virtual_router: Add `mesh_owner` argument and `resource_owner` attribute [GH-14349] * resource/aws_appmesh_virtual_service: Add `mesh_owner` argument and `resource_owner` attribute [GH-14349] * resource/aws_elasticsearch_domain: Support `AUDIT_LOGS` log type [GH-15218] -* resource/aws_glue_connection - support `NETWORK` connection type [GH-14818] -* resource/aws_glue_crawler - add support for `scan_all` and `scan_rate` arguments for ddb targets [GH-14819] -* resource/aws_glue_job - add `non_overridable_arguments` argument [GH-14793] -* resource/aws_glue_workflow - add `tags` argument [GH-14910] -* resource/aws_glue_workflow - add `arn` attribute [GH-14910] -* resource/aws_glue_workflow - add `max_concurrent_runs` argument [GH-14910] -* resource/aws_glue_workflow - plan time validation for `name` [GH-14910] -* resource/aws_fsx_lustre_file_system - add support for backup retention [GH-14446] +* resource/aws_glue_connection: Support `NETWORK` connection type [GH-14818] +* resource/aws_glue_crawler: Add support for `scan_all` and `scan_rate` arguments for ddb targets [GH-14819] +* resource/aws_glue_job: Add `non_overridable_arguments` argument [GH-14793] +* resource/aws_glue_workflow: Add `tags` argument [GH-14910] +* resource/aws_glue_workflow: Add `arn` attribute [GH-14910] +* resource/aws_glue_workflow: Add `max_concurrent_runs` argument [GH-14910] +* resource/aws_glue_workflow: Plan time validation for `name` [GH-14910] +* resource/aws_fsx_lustre_file_system: Add support for backup retention [GH-14446] * resource/aws_fsx_lustre_file_system: Add `kms_key_id` argument [GH-15057] * resource/aws_fsx_lustre_file_system: Add `mount_name` argument [GH-14313] * resource/aws_lb: Add `customer_owned_ipv4_pool` argument and `subnet_mapping` `outpost_id` attribute [GH-15170]