Change amazon.ami to amazon.image

This commit is contained in:
Jon Benson 2015-09-08 16:23:25 -05:00
parent 6cf126defa
commit cf53778de5
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"