Change in CLI behavior

Just wanted to call out that the CLI prompts for values for unset variables instead of an error.  Guessing that was an enhancement somewhere along the line and just didn't get updated in the docs.
This commit is contained in:
arsdehnel 2016-05-07 20:52:06 -05:00
parent 46702ad918
commit 61c7cf9457
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ This defines three variables within your Terraform configuration.
The first two have empty blocks `{}`. The third sets a default. If
a default value is set, the variable is optional. Otherwise, the
variable is required. If you run `terraform plan` now, Terraform will
error since the required variables are not set.
prompt you for the values for these variables since the required variables are not set.
## Using Variables in Configuration