751 B
751 B
layout | page_title | sidebar_current | description |
---|---|---|---|
commands-providers | Command: providers schema | docs-commands-providers-schema | The `terraform providers schema` command prints detailed schemas for the providers used in the current configuration. |
Command: terraform providers schema
The terraform providers schema
command is used to print detailed schemas for the providers used in the current configuration.
Usage
Usage: terraform providers schema [options]
The list of available flags are:
-json
- Displays the schemas in a machine-readble, JSON format.
Please note that, at this time, the -json
flag is a required option. In future releases, this command will be extended to allow for additional options.