From 18796d0deac4f3cd7b9bda2a66da9152f5323cbb Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Mon, 12 Feb 2024 14:54:38 +0100 Subject: [PATCH] chore: clarify wording Co-authored-by: Liam Cervante --- website/docs/cli/commands/providers/lock.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/docs/cli/commands/providers/lock.mdx b/website/docs/cli/commands/providers/lock.mdx index 5331ff5ad3..85cffd778f 100644 --- a/website/docs/cli/commands/providers/lock.mdx +++ b/website/docs/cli/commands/providers/lock.mdx @@ -90,10 +90,9 @@ You can customize the default behavior using the following additional option: * `-enable-plugin-cache` - Enable the usage of the [globally configured plugin cache](/terraform/cli/config/config-file#provider-plugin-cache). This will speed up the locking process. This is not enabled by default since - the providers won't be loaded from an authoritative source. As the + the the plugin cache is not an authoritative source. As the `terraform provider lock` command is used to ensure no untrusted provider - versions can be used, e.g. by adding them to the plugin cache or a mirror - installing the plugins from cache is potentially risky. + versions can be used installing the plugins from the cache is considered risky. ## Specifying Target Platforms