Skip to content

Commit

Permalink
s3: apply grammar suggestion from @jar-b
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Baker <[email protected]>
  • Loading branch information
bschaatsbergen and jar-b authored Jan 7, 2025
1 parent ed0fe03 commit 299c82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/language/backend/s3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Using the example above, the state for the workspace `development` would be stor

State locking is an opt-in feature of the S3 backend.

Locking can be enabled via an S3 or DynamoDB. However, **DynamoDB-based locking is deprecated** and will be removed in a future minor version. To support migration from older versions of Terraform that only support DynamoDB-based locking, the S3 and DynamoDB arguments can be configured simultaneously.
Locking can be enabled via S3 or DynamoDB. However, **DynamoDB-based locking is deprecated** and will be removed in a future minor version. To support migration from older versions of Terraform that only support DynamoDB-based locking, the S3 and DynamoDB arguments can be configured simultaneously.

#### Enabling S3 State Locking

Expand Down

0 comments on commit 299c82d

Please sign in to comment.