Merge pull request #6534 from arsdehnel/patch-1
Document change in CLI behavior
This commit is contained in:
commit
28a84e3f4e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue