From ae1a62dc2cd7d96e33ea43c9f972937d7baa0995 Mon Sep 17 00:00:00 2001 From: Sebastian Rivera Date: Wed, 23 Oct 2024 14:33:53 -0400 Subject: [PATCH] Update modules cmd description --- website/docs/cli/commands/index.mdx | 2 +- website/docs/cli/commands/modules.mdx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/docs/cli/commands/index.mdx b/website/docs/cli/commands/index.mdx index 5a9372ad1c..3e3431c5c9 100644 --- a/website/docs/cli/commands/index.mdx +++ b/website/docs/cli/commands/index.mdx @@ -44,7 +44,7 @@ All other commands: login Obtain and save credentials for a remote host logout Remove locally-stored credentials for a remote host metadata Metadata related commands - modules Show all installed modules in a working directory + modules Show all declared modules in a working directory output Show output values from your root module providers Show the providers required for this configuration refresh Update the state to match remote systems diff --git a/website/docs/cli/commands/modules.mdx b/website/docs/cli/commands/modules.mdx index 9832c71d6e..b957a98b95 100644 --- a/website/docs/cli/commands/modules.mdx +++ b/website/docs/cli/commands/modules.mdx @@ -1,15 +1,15 @@ --- page_title: 'Command: modules' description: >- - The terraform modules command prints information about all the installed - modules in the current working directory. + The terraform modules command prints information about all the declared + modules in Terraform configuration. --- # Command: modules -The `terraform modules` command provides a holistic view of all installed -Terraform modules for a working directory and whether they are currently -being referenced by the working directory's Terraform configuration. +The `terraform modules` command provides a holistic view of all Terraform +modules and their resolved versions that have been declared in Terraform +configuration for the current working directory. ## Usage