Skip to content

Commit

Permalink
Tweak doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 authored Dec 7, 2024
1 parent 3493233 commit a5d5e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATE_TO_S3_NATIVE_STATE_LOCKNG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ c.f. https://github.com/hashicorp/terraform/pull/35661
This document explains how to migrate if you have been using DynamoDB state locking since before Terraform 1.9.

## 1. Edit [`backend.tf`](backend.tf)
Use `use_lockfile` instead of `dynamodb_table`
Use [`use_lockfile`](https://developer.hashicorp.com/terraform/language/backend/s3#use_lockfile) instead of [`dynamodb_table`](https://developer.hashicorp.com/terraform/language/backend/s3#dynamodb_table)

```diff
terraform {
Expand Down

0 comments on commit a5d5e71

Please sign in to comment.