From 31a3e4db2f12da30a547335df2995f81e8a00087 Mon Sep 17 00:00:00 2001 From: Simon Davis Date: Thu, 22 Oct 2020 08:47:58 -0700 Subject: [PATCH] Update CHANGELOG.md for #15385 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad9c0b687de0..c98687265f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ ENHANCEMENTS * resource/aws_fsx_windows_file_system: Increased maximum `automatic_backup_retention_days` from 35 to 90 [GH-15641] * resource/aws_glue_catalog_table: add validation checks for resource properties [GH-12523] * resource/aws_network_interface: Add `ipv6_addresses` and `ipv6_address_count` arguments [GH-12281] +* resource/aws_sagemaker_notebook_instance: `lifecycle_config_name` and `root_access` are updateable. [GH-15385] +* resource/aws_sagemaker_notebook_instance: plan time validation for `role_arn`, `instance_type`. [GH-15385] BUGFIXES