From b94da25919211ef59627a09ca5ce24f1576a8b30 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 8 Mar 2018 18:04:50 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d99b0d084..4e1e5ca56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,13 @@ IMPROVEMENTS: * cli: `terraform state list` now accepts a new argument `-id=...` for filtering resources for display by their remote ids [GH-17221] -* core: https URLs are now supported in the HTTP_PROXY environment variable [go1.10:net/http](https://golang.org/doc/go1.10#net/http) +* cli: `terraform destroy` now uses the option `-auto-approve` instead of `-force`, for consistency with `terraform apply`. The old flag is preserved for backward-compatibility, but is now deprecated; it will be retained for at least one major release. [GH-17218] * connection/ssh: Add support for host key verifiation [GH-17354] * backend/s3: add support for the cn-northwest-1 region [GH-17216] * provisioner/local-exec: Allow setting custom environment variables when running commands [GH-13880] * provisioner/habitat: Detect if hab user exists and only create if necessary [GH-17195] * provisioner/habitat: Allow custom service name [GH-17196] +* general: https URLs are now supported in the HTTP_PROXY environment variable [go1.10:net/http](https://golang.org/doc/go1.10#net/http) BUG FIXES: