From 2d301f1fb353e37173e0c068808fb340bc4f69e7 Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Fri, 6 Nov 2020 16:37:41 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3261e9a041..a8c13675a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ UPGRADE NOTES: * config: The `list` and `map` functions, both of which were deprecated since Terraform v0.12, are now removed. You can replace uses of these functions with `tolist([...])` and `tomap({...})` respectively. [GH-26818] * cli: Interrupting execution will now cause terraform to exit with a non-0 status. [GH-26738] * backend/atlas: the `atlas` backend, which was deprecated since v0.12, has been removed. [GH-26651] +* backend/gcs: The `path` config argument, which was deprecated since v0.11, has been removed. Use the `prefix` argument instead. [GH-26841] ENHANCEMENTS: