mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-14 02:32:39 -06:00
Merge pull request #31354 from chtitux/patch-1
Update docs/cli/commands/init: add backtick to readonly value
This commit is contained in:
commit
e3daf4c2a6
@ -166,7 +166,7 @@ You can modify `terraform init`'s plugin behavior with the following options:
|
||||
|
||||
The valid values for the lockfile mode are as follows:
|
||||
|
||||
* readonly: suppress the lockfile changes, but verify checksums against the
|
||||
* `readonly`: suppress the lockfile changes, but verify checksums against the
|
||||
information already recorded. It conflicts with the `-upgrade` flag. If you
|
||||
update the lockfile with third-party dependency management tools, it would be
|
||||
useful to control when it changes explicitly.
|
||||
|
Loading…
Reference in New Issue
Block a user