Skip to content

Commit

Permalink
Merge pull request #189 from sue445/sue445-patch-1
Browse files Browse the repository at this point in the history
Tweak doc
  • Loading branch information
sue445 authored Dec 7, 2024
2 parents 3493233 + a5d5e71 commit 4d20d6b
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 4d20d6b

Please sign in to comment.