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

Change amazon.ami to amazon.image
pull/3867/head
Paul Hinze 11 years ago
commit 09bd4e7b00

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

Loading…
Cancel
Save