Change amazon.ami to amazon.image.

... to be consistent with https://github.com/hashicorp/terraform/pull/3195.
This commit is contained in:
Cameron Stokes 2015-10-27 20:45:08 -07:00
parent 8c9d3de6e1
commit a9df89df15
2 changed files with 2 additions and 2 deletions

View File

@ -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}}"
}

View File

@ -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"
}]
}
```