Terraform CLI Cheat Sheet/List providers used

Show provider requirements and dependency tree.

Section: Inspect State and Outputs

List providers used

bash
bash
terraform providers
Explanation

Show provider requirements and dependency tree.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Inspect State and Outputs
Show outputs
Display all output values from state.
OpenIn sheetbashsame section
Show one output
Display a single output value.
OpenIn sheetbashsame section
Show raw output
Print a string output without JSON quoting or extra formatting.
OpenIn sheetbashsame section
Show outputs as JSON
Emit outputs as JSON for scripting.
OpenIn sheetbashsame section
Show human-readable state or plan
Show human-readable representation of current state.
OpenIn sheetbashsame section
Show saved plan
Inspect a previously saved plan file.
OpenIn sheetbashsame section