Merge pull request #3195 from bensojona/f-change-artifact-type

Change amazon.ami to amazon.image
This commit is contained in:
Paul Hinze 2015-11-24 16:57:55 -06:00
commit 09bd4e7b00
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 = "amazon.ami"
type = "amazon.image"
build = "latest"
metadata {
arch = "386"