Update CHANGELOG.md
This commit is contained in:
parent
46e5f497e2
commit
252e814584
|
@ -4,6 +4,10 @@ BACKWARDS INCOMPATIBILITIES / NOTES:
|
|||
|
||||
* backend/gcs: The gcs remote state backend was erroneously creating the state bucket if it didn't exist. This is not the intended behavior of backends, as Terraform cannot track or manage that resource. The target bucket must now be created separately, before using it with Terraform. [GH-16865]
|
||||
|
||||
NEW FEATURES:
|
||||
|
||||
* **[Habitat](https://www.habitat.sh/) Provisioner** allowing automatic installation of the Habitat agent [GH-16280]
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
* config: new `rsadecrypt` interpolation function allows decrypting a base64-encoded ciphertext using a given private key. This is particularly useful for decrypting the password for a Windows instance on AWS EC2, but is generic and may find other uses too. [GH-16647]
|
||||
|
|
Loading…
Reference in New Issue