Merge pull request #4519 from mitchellh/artifactlistdocs
add other artifacts to atlas artifact list
This commit is contained in:
commit
8a46dc33ae
|
@ -60,10 +60,12 @@ you can also use `token` configuration option.
|
||||||
|
|
||||||
- `artifact_type` (string) - For uploading artifacts to Atlas.
|
- `artifact_type` (string) - For uploading artifacts to Atlas.
|
||||||
`artifact_type` can be set to any unique identifier, however, the following
|
`artifact_type` can be set to any unique identifier, however, the following
|
||||||
are recommended for consistency - `amazon.image`, `digitalocean.image`,
|
are recommended for consistency - `amazon.image`, `azure.image`,
|
||||||
`docker.image`, `googlecompute.image`, `openstack.image`,
|
`cloudstack.image`, `digitalocean.image`, `docker.image`,
|
||||||
`parallels.image`, `qemu.image`, `virtualbox.image`, `vmware.image`,
|
`googlecompute.image`, `hyperv.image`, `oneandone.image`,
|
||||||
`custom.image`, and `vagrant.box`.
|
`openstack.image`, `parallels.image`, `profitbricks.image`, `qemu.image`,
|
||||||
|
`triton.image`, `virtualbox.image`, `vmware.image`, `custom.image`, and
|
||||||
|
`vagrant.box`.
|
||||||
|
|
||||||
### Optional:
|
### Optional:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue