File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
website/docs/language/state Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ state for all operations that could write state. This prevents
1212others from acquiring the lock and potentially corrupting your state.
1313
1414State 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
2121still occurring if your backend supports it.
2222
2323Not all backends support locking. The
You can’t perform that action at this time.
0 commit comments