From 700d32bb3e1804a3ac72dc49e3030fb11bcb12bb Mon Sep 17 00:00:00 2001 From: Angie Pinilla Date: Fri, 1 Apr 2022 20:10:04 -0400 Subject: [PATCH] Update CHANGELOG for #23985 --- .changelog/23985.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/23985.txt diff --git a/.changelog/23985.txt b/.changelog/23985.txt new file mode 100644 index 00000000000..a2849a6646d --- /dev/null +++ b/.changelog/23985.txt @@ -0,0 +1,3 @@ +```release-note:note +resource/aws_s3_bucket: The `acceleration_status`, `acl`, `cors_rule`, `grant`, `lifecycle_rule`, `logging`, `object_lock_configuration.rule`, `policy`, `replication_configuration`, `request_payer`, `server_side_encryption_configuration`, `versioning`, and `website` parameters are now Optional. Please refer to the documentation for details on drift detection and potential conflicts when configuring these parameters with the standalone `aws_s3_bucket_*` resources. +``` \ No newline at end of file