Difference between revisions of "Terraform providers --help"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<pre> terraform providers --help Usage: terraform [global options] providers [dir] Prints out a tree of modules in the referenced configuration annotated with their prov...")
 
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{lowercase}}
 +
 +
 +
[[terraform providers (command)|terraform providers]] --help
 +
 
<pre>
 
<pre>
terraform providers --help
 
 
 
Usage: terraform [global options] providers [dir]
 
Usage: terraform [global options] providers [dir]
  
Line 17: Line 20:
 
     schema    Show schemas for the providers used in the configuration
 
     schema    Show schemas for the providers used in the configuration
 
</pre>
 
</pre>
 +
 +
 +
== See also ==
 +
* {{terraform cmd}}
 +
 +
[[Category:Terraform]]

Latest revision as of 19:43, 17 February 2022


terraform providers --help
Usage: terraform [global options] providers [dir]

  Prints out a tree of modules in the referenced configuration annotated with
  their provider requirements.

  This provides an overview of all of the provider requirements across all
  referenced modules, as an aid to understanding why particular provider
  plugins are needed and why particular versions are selected.


Subcommands:
    lock      Write out dependency locks for the configured providers
    mirror    Save local copies of all required provider plugins
    schema    Show schemas for the providers used in the configuration


See also[edit]

Advertising: