Update website/source/docs/builders/vagrant.html.md

Co-Authored-By: SwampDragons <megan@hashicorp.com>
This commit is contained in:
Adrien Delorme 2019-02-05 09:31:38 -08:00 committed by GitHub
parent a7d9d62996
commit e8c655bf15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ one, by using `global_id` instead of `source_box`.
Required:
- `source_box` (string) - URL of the vagrant box to use, or the name of the
- `source_path` (string) - URL of the vagrant box to use, or the name of the
vagrant box. `hashicorp/precise64`, `./mylocalbox.box` and
`https://example.com/my-box.box` are all valid source boxes. If your
source is a .box file, whether locally or from a URL like the latter example