From 1467b0e98ff7f795885a094c8deb95fe286d0314 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Mon, 21 Sep 2020 10:25:44 -0400 Subject: [PATCH] Update CHANGELOG for #13591 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3735ae7a787..3ce197971e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ENHANCEMENTS * data-source/aws_lb: Add `customer_owned_ipv4_pool` and `subnet_mapping` `outpost_id` attributes [GH-15170] * resource/aws_lb: Add `customer_owned_ipv4_pool` argument and `subnet_mapping` `outpost_id` attribute [GH-15170] * resource/aws_storagegateway_smb_file_share: Add `admin_user_list` argument [GH-12196] +* resource/aws_transfer_user: Add `home_directory_mappings` configuration blocks and `home_directory_type` argument [GH-13591] BUG FIXES