github.com/pulumi/terraform@v1.4.0/website/docs/cli/commands/providers.mdx (about)

     1  ---
     2  page_title: 'Command: providers'
     3  description: >-
     4    The terraform providers command prints information about the providers
     5    required in the current configuration.
     6  ---
     7  
     8  # Command: providers
     9  
    10  The `terraform providers` command shows information about the
    11  [provider requirements](/language/providers/requirements) of the
    12  configuration in the current working directory, as an aid to understanding
    13  where each requirement was detected from.
    14  
    15  This command also has several subcommands with different purposes.
    16  
    17  ## Usage
    18  
    19  Usage: `terraform providers`