Merge pull request #7536 from hashicorp/vagrant-pp-docs

update docs explaining that you need local artifact for vagrant pp
This commit is contained in:
Adrien Delorme 2019-04-23 11:34:06 +02:00 committed by GitHub
commit 42ca223481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,3 +150,9 @@ The following Docker input artifacts are supported:
The `libvirt` provider supports QEMU artifacts built using any these
accelerators: none, kvm, tcg, or hvf.
### VMWare
If you are using the Vagrant post-processor with the `vmware-esxi` builder, you
must export the builder artifact locally; the Vagrant post-processor will
not work on remote artifacts.