Document recommended artifact-types

This commit is contained in:
Jon Benson 2015-09-04 14:51:35 -05:00
parent 17cea4fa95
commit dbd1a13f0d
1 changed files with 4 additions and 3 deletions

View File

@ -58,9 +58,10 @@ you can also use `token` configuration option.
You must have access to the organization—hashicorp in this example—in order You must have access to the organization—hashicorp in this example—in order
to add an artifact to the organization in Atlas. to add an artifact to the organization in Atlas.
- `artifact_type` (string) - For uploading AMIs to Atlas, `artifact_type` will - `artifact_type` (string) - For uploading artifacts to Atlas. `artifact_type`
always be `amazon.ami`. This field must be defined because Atlas can host can be set to any unique identifier, however, we recommend using the
other artifact types, such as Vagrant boxes. following for consistency - `amazon.ami`, `vagrant.box`, `google.image`,
and `docker.image`.
### Optional: ### Optional: