website: atlas artifact type is amazon.ami no aws.ami

This commit is contained in:
Jack Pearkes 2015-06-02 13:26:28 -04:00
parent 434d0c9d86
commit 50fc610604
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 = "aws.ami"
type = "amazon.ami"
build = "latest"
metadata {
arch = "386"