Skip to content

Commit

Permalink
s3: revert upgrade guide verbiage change
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Jan 7, 2025
1 parent 46e0eee commit ed0fe03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/language/upgrade-guides/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Executing `terraform init -reconfigure` is required after updating to Terraform

### S3 Native State Locking

The S3 backend supports S3 native state locking as an opt-in feature.
The S3 backend now supports S3 native state locking as an opt-in, experimental feature.
An S3 lock can be used alongside a DynamoDB lock, or independently.
When both locking mechanisms are configured, a lock must be successfully acquired from both locations before subsequent operations will proceed.

Expand All @@ -52,6 +52,8 @@ With S3 locking enabled, a lock file will be placed in the same location as the
The lock file will be named identically to the state file, but with a `.tflock` extension.
**S3 bucket policies and IAM policies attached to the calling principal may need to be adjusted to include permissions for the new lock file.**

In a future minor version of Terraform the experimental label will be removed from the `use_lockfile` attribute and attributes related to DynamoDB based locking will be deprecated.

### Root Assume Role Attribute Removal

Several root level attributes related to IAM role assumption which were previously deprecated have been removed.
Expand Down

0 comments on commit ed0fe03

Please sign in to comment.