Fix typo in aws-two-tier example (#13790)

This commit is contained in:
dj80hd 2017-04-20 00:47:44 -05:00 committed by Radek Simko
parent f5cda342f7
commit 99a73094f7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Run with a command like this:
```
terraform apply -var 'key_name={your_aws_key_name}' \
-var 'public_key_path={location_of_your_key_in_your_local_machine}'`
-var 'public_key_path={location_of_your_key_in_your_local_machine}'
```
For example: