From cf53778de59f2dc7a4dc5706f76c74b0b53e3b75 Mon Sep 17 00:00:00 2001 From: Jon Benson Date: Tue, 8 Sep 2015 16:23:25 -0500 Subject: [PATCH] Change amazon.ami to amazon.image --- website/source/docs/providers/atlas/r/artifact.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/atlas/r/artifact.html.markdown b/website/source/docs/providers/atlas/r/artifact.html.markdown index 7c8be2985c..0a7b7f523f 100644 --- a/website/source/docs/providers/atlas/r/artifact.html.markdown +++ b/website/source/docs/providers/atlas/r/artifact.html.markdown @@ -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"