Add a note of where to view files before downloading them

This commit is contained in:
Seth Vargo 2015-05-29 09:49:57 -07:00
parent ac27055203
commit f81f517651
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ This will put the example files within your working directory. You can then
use your own editor to read and browse the configurations. This command will use your own editor to read and browse the configurations. This command will
not _run_ any code. not _run_ any code.
~> If you want to browse the files before you download them, you can [view
them on GitHub](https://github.com/hashicorp/terraform/tree/master/examples/aws-two-tier).
If you want to run the example, just run `terraform apply`: If you want to run the example, just run `terraform apply`:
``` ```