From 09a2da9eb9bb0ab90eeb3f92ffcf6e88a968edbe Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 5 Dec 2017 11:08:14 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d0808f35..477de1647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ 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] * config: new `timeadd` interpolation function allows calculating a new timestamp relative to an existing known timestamp. [GH-16644] * provider/terraform: in `terraform_remote_state`, the argument `environment` is now deprecated in favor of `workspace`. The `environment` argument will be removed in a later Terraform release. [GH-16558]