Merge pull request #2192 from hashicorp/b-atlas-artifact-doc

website: atlas artifact type is amazon.ami no aws.ami
This commit is contained in:
Paul Hinze 2015-06-02 12:55:05 -05:00
commit 79a18dc16b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ to this artifact will trigger a change to that instance.
# Read the AMI
resource "atlas_artifact" "web" {
name = "hashicorp/web"
type = "aws.ami"
type = "amazon.ami"
build = "latest"
metadata {
arch = "386"