Skip to content

Commit 3bbd40b

Browse files
authored
Cleaned up language in locking.mdx
2 parents 6ef0498 + c6d66a2 commit 3bbd40b

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` 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)