Merge pull request #31354 from chtitux/patch-1

Update docs/cli/commands/init: add backtick to readonly value
This commit is contained in:
Craig Wright 2022-07-05 14:56:19 -07:00 committed by GitHub
commit e3daf4c2a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.