From 53a9ac275a83cd6059a171bd5a575505bcb86261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Helleboid=20-=20chtitux?= Date: Fri, 1 Jul 2022 10:54:03 +0400 Subject: [PATCH] Update docs/cli/commands/init: add backtick to readonly value --- website/docs/cli/commands/init.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/commands/init.mdx b/website/docs/cli/commands/init.mdx index 3c980f9419..05e679b2ef 100644 --- a/website/docs/cli/commands/init.mdx +++ b/website/docs/cli/commands/init.mdx @@ -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.