From 50fc6106043f98852748dff3f35f9e0ca1ec25f8 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Tue, 2 Jun 2015 13:26:28 -0400 Subject: [PATCH] website: atlas artifact type is amazon.ami no aws.ami --- 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 889413f21..3dee419f7 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 = "aws.ami" + type = "amazon.ami" build = "latest" metadata { arch = "386"