From 2de6698be63ad6545fb502397ffd1993ced462fb Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Tue, 8 Sep 2020 08:21:17 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd8ad46ae..845d16670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ENHANCEMENTS: * cli: A new global command line option `-chdir=...`, placed before the selected subcommand, instructs Terraform to switch to a different working directory before executing the subcommand. This is similar to switching to a new directory with `cd` before running Terraform, but it avoids changing the state of the calling shell. [GH-26087] +BREAKING CHANGES: +* configs: The `version` argument inside provider configuration blocks is deprecated. Instead, use the required_providers setting. [GH-26135] + BUG FIXES: * command/clistate: return an error on a state unlock failure [GH-25729]