diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b5871..9b32e8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -176,6 +176,9 @@ This works with the Terraform AWS provider 4.x, released 2022-02. - common - change delays to time_delay - change acl to after delay after public accesss block is set and commpleted + This will destroy `null_resource.policy_delay` and craete `time_sleep.policy_delay` and `time_sleep.acl_delay`. + These are due to changs in the default S3 bucket which prevents creation of an ACL if the bucket policy is not set first. + * 3.3.10 -- 2023-05-24 - remove tf requirement of >= 0.13 as there are no specific tf things in there