From f064b87da9444d5cdcf73d1fde651a206a149932 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Thu, 22 Aug 2019 14:48:33 -0400 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index efea18de1..0910f990f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ BUG FIXES: * config: fix references to `each` of `for_each` in provisioners [GH-22289] * config: fix panic when using nested dynamic blocks [GH-22314] * config: ensure consistent evaluation when moving between single resources and `for_each` in addressing [GH-22454] +* core: only start a single instance of each required provisioner [GH-22553] * command: fix issue where commands occasionally exited before the error message printed [GH-22373] * command/0.12upgrade: use user-supplied plugin-dir [GH-22306] * command/hook_ui: Truncate the ID considering multibyte characters [GH-18823]