From 230acc164682f6073ccd682277bb635c93618da4 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 17 Sep 2019 14:38:24 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfb02c57e..8a35a2973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ ## 0.12.10 (Unreleased) + +ENHANCEMENTS: +* `terraform plan` and `terraform apply` will now warn when the `-target` option is used, to draw attention to the fact that the result of applying this the plan is likely to be incomplete, and to remind to re-run `terraform plan` with no targets afterwards to ensure that the configuration has converged. [GH-22783] + ## 0.12.9 (September 17, 2019) NOTES: