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