mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-29 22:02:27 -04:00
Co-authored-by: Matthew Garrell <69917312+mgarrell777@users.noreply.github.com> Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Co-authored-by: Kevin Wang <kwangsan@gmail.com> Co-authored-by: Judith Malnick <judith@hashicorp.com> Co-authored-by: Martin Atkins <mart@degeneration.co.uk> Co-authored-by: HashiBot <62622282+hashibot-web@users.noreply.github.com>
20 lines
546 B
Plaintext
20 lines
546 B
Plaintext
---
|
|
page_title: 'Command: providers'
|
|
description: >-
|
|
The terraform providers command prints information about the providers
|
|
required in the current configuration.
|
|
---
|
|
|
|
# Command: providers
|
|
|
|
The `terraform providers` command shows information about the
|
|
[provider requirements](/language/providers/requirements) of the
|
|
configuration in the current working directory, as an aid to understanding
|
|
where each requirement was detected from.
|
|
|
|
This command also has several subcommands with different purposes.
|
|
|
|
## Usage
|
|
|
|
Usage: `terraform providers`
|