From cf3d51665bc0bc89f9613f13677f693c6e507e07 Mon Sep 17 00:00:00 2001 From: Graham Davison Date: Tue, 24 Oct 2023 12:19:18 -0700 Subject: [PATCH] Removes references to reconfiguring backend --- website/docs/language/settings/backends/s3.mdx | 3 --- website/docs/language/upgrade-guides/index.mdx | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/website/docs/language/settings/backends/s3.mdx b/website/docs/language/settings/backends/s3.mdx index 9ed2a844e7..8836c20865 100644 --- a/website/docs/language/settings/backends/s3.mdx +++ b/website/docs/language/settings/backends/s3.mdx @@ -16,9 +16,6 @@ A single DynamoDB table can be used to lock multiple remote state files. Terrafo [Bucket Versioning](https://docs.aws.amazon.com/AmazonS3/latest/userguide/manage-versioning-examples.html) on the S3 bucket to allow for state recovery in the case of accidental deletions and human error. --> **Note:** Because of the changes to the S3 Backend in Terraform 1.6, you may need to run `terraform init -reconfigure`, -even if there have been no changes to your backend configuration. - ## Example Configuration ```hcl diff --git a/website/docs/language/upgrade-guides/index.mdx b/website/docs/language/upgrade-guides/index.mdx index 80336ea408..63581b7e6e 100644 --- a/website/docs/language/upgrade-guides/index.mdx +++ b/website/docs/language/upgrade-guides/index.mdx @@ -15,7 +15,7 @@ but there are some behavior changes outside of those promises that may affect a small number of users. Specifically, the following updates may require additional upgrade steps: * [End of experimental period for `terraform test`](#terraform-test) -* [S3 Backend may need to be reconfigured](#s3-backend) +* [Deprecated parameters for the S3 backend](#s3-backend) See [the full changelog](https://github.com/hashicorp/terraform/blob/v1.6/CHANGELOG.md) for more details. If you encounter any problems during upgrading which are not @@ -139,9 +139,6 @@ The `run` block also applies or plans the main configuration by default, there i The S3 Backend has been updated, with a number of added and deprecated fields. These changes bring the S3 Backend configuration closer to the AWS Provider configuration. --> **Note:** Because of these changes, you may need to run `terraform init -reconfigure`, -even if there have been no changes to your backend configuration. - ### Deprecations The major deprecations are discussed here.