Fail instead of prompting for missing variables.
Section: Variables and Environment
Disable interactive input
bash
bash
terraform plan -input=falseExplanation
Fail instead of prompting for missing variables.
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 Variables and Environment
Set TF_VAR variable
Pass an input variable through environment variables.
Default extra CLI args
Inject default arguments for a specific Terraform subcommand.
Enable Terraform logging
Turn on Terraform internal logging for troubleshooting.
Change .terraform directory
Store provider/plugins and local data in a custom directory.
Create execution plan
Show the actions Terraform would take to reach the desired state.