mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-07 09:00:28 -05:00
We have released the v0.12-oriented content to the website early in order to support the beta process, but in some places we neglected to explicitly mark features or content as being v0.12-only. Here we add explicit markers to the main cases we've seen where readers have reported confusion, along with some other tweaks in similar vein.
25 lines
823 B
Markdown
25 lines
823 B
Markdown
---
|
|
layout: "commands-providers"
|
|
page_title: "Command: providers schema"
|
|
sidebar_current: "docs-commands-providers-schema"
|
|
description: |-
|
|
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.
|
|
|
|
-> `terraform providers schema` requires **Terraform v0.12 or later**.
|
|
|
|
## 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.
|