docs: fixed typo (#21297)

Spelling: varable/variable.
This commit is contained in:
Justin Weissig 2019-05-21 12:55:44 -07:00 committed by Kristin Laemmert
parent 778cae91a8
commit 7335f1fdc8
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ $ export TF_VAR_availability_zone_names='["us-west-1b","us-west-1d"]'
```
For readability, and to avoid the need to worry about shell escaping, we
recommend always setting complex variable values via varable definitions files.
recommend always setting complex variable values via variable definitions files.
### Variable Definition Precedence