Skip to content

Commit c6d66a2

Browse files
Apply suggestions from code review
Hello! I'm from the docs team 👋, and I apologize for the late review here, but these suggested changes look like great ones to make, so I'm going to commit them! Co-authored-by: Matthew Garrell <69917312+mgarrell777@users.noreply.github.com>
1 parent d9d6723 commit c6d66a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/docs/language/state/locking.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ state for all operations that could write state. This prevents
1212
others from acquiring the lock and potentially corrupting your state.
1313

1414
State locking happens automatically on all operations that could write
15-
state. You won't see any message that it is happening. If state locking fails,
16-
Terraform will not continue. You can disable state locking for most commands
17-
with the `-lock=false` flag but it is not recommended.
15+
state. You do not see any message that it happens. If state locking fails,
16+
Terraform does not continue. You can disable state locking for most commands
17+
with the `-lock=false` flag, but we do not recommend it.
1818

19-
If acquiring the lock is taking longer than expected, Terraform will output
20-
a status message. If Terraform doesn't output a message, state locking is
19+
If acquiring the lock takes longer than expected, Terraform outputs
20+
a status message. If Terraform does not output a message, state locking is
2121
still occurring if your backend supports it.
2222

2323
Not all backends support locking. The

0 commit comments

Comments
 (0)