diff --git a/CHANGELOG.md b/CHANGELOG.md index 85b12a21f..08cbe02f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,8 +76,15 @@ BUG FIXES: * core: Tainted resources will not process `ignore_changes`. [GH-7855] * core: Boolean looking values passed in via `-var` no longer cause type errors. [GH-9642] * core: Update crypto/ssh to support ED25519 SSH keys [GH-9661 - * core: Computed primitives in certain cases no longer cause diff mismatch errors. [GH-9618] + * core: Computed primitives in certain cases no longer cause diff mismatch errors. [GH-9618] * core: Empty arrays for list vars in JSON work [GH-8886] + * core: Boolean types in tfvars work propertly [GH-9751] + * core: Deposed resource destruction is accounted for properly in `apply` counts. [GH-9731] + * core: Check for graph cycles on resource expansion to catch cycles between self-referenced resources. [GH-9728] + * core: `prevent_destroy` prevents decreasing count [GH-9707] + * core: removed optional items will trigger "requires new" if necessary [GH-9699] + * command/apply: `-backup` and `-state-out` work with plan files [GH-9706] + * command/validate: respond to `--help` [GH-9660] * provider/archive: Converting to datasource. [GH-8492] * provider/aws: Fix issue importing AWS Instances and setting the correct `associate_public_ip_address` value [GH-9453] * provider/aws: Fix issue with updating ElasticBeanstalk environment variables [GH-9259]