Url to aws-two-tier example changed. (#15045)

Provided what I believe to the the new correct address for the example url.
This commit is contained in:
Brett Slaski 2017-06-04 16:21:24 -05:00 committed by Paul Stack
parent 6dc3de0cb2
commit 8243d09acd
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Once installed, you can use two steps to view and run the examples.
To clone any examples, run `terraform init` with the URL to the example:
```
$ terraform init github.com/hashicorp/terraform/examples/aws-two-tier
$ terraform init github.com/hashicorp/terraform/tree/master/examples/aws-two-tier
...
```