Update modules cmd description

pull/35884/head
Sebastian Rivera 2 years ago
parent 59cea511dd
commit ae1a62dc2c

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

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

Loading…
Cancel
Save