From 74e6bf08f1d341ecb747081817a224da43da4689 Mon Sep 17 00:00:00 2001 From: Sarah French Date: Fri, 28 Oct 2022 22:20:42 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 498b0f9d4efe..ab18d607b4e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ENHANCEMENTS: * The "Failed to install provider" error message now includes the reason a provider could not be installed. [GH-31898] * backend/gcs: Add `kms_encryption_key` argument, to allow encryption of state files using Cloud KMS keys. [GH-24967] * backend/gcs: Add `storage_custom_endpoint` argument, to allow communication with the backend via a Private Service Connect endpoint. [GH-28856] +* backend/gcs: Update documentation for usage of `gcs` with `terraform_remote_state` [GH-32065] EXPERIMENTS: