Merge pull request #2879 from clstokes/artifact-amazon-image

Change amazon.ami to amazon.image as atlas artifact type
pull/2881/merge
Mark Peek 11 years ago
commit df8f88b3d1

@ -107,7 +107,7 @@ you can also use `token` configuration option.
"type": "atlas",
"token": "{{user `atlas_token`}}",
"artifact": "hashicorp/foobar",
"artifact_type": "amazon.ami",
"artifact_type": "amazon.image",
"metadata": {
"created_at": "{{timestamp}}"
}

@ -99,7 +99,7 @@ deployed by a tool like [Terraform](https://terraform.io). The `atlas`
"post-processors": [{
"type": "atlas",
"artifact": "ATLAS_USERNAME/packer-tutorial",
"artifact_type": "amazon.ami"
"artifact_type": "amazon.image"
}]
}
```

Loading…
Cancel
Save