github.com/hugorut/terraform@v1.1.3/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, which
    16  are listed in the navigation bar.
    17  
    18  ## Usage
    19  
    20  Usage: `terraform providers`