website: atlas artifact type is amazon.ami no aws.ami
This commit is contained in:
parent
434d0c9d86
commit
50fc610604
|
@ -24,7 +24,7 @@ to this artifact will trigger a change to that instance.
|
||||||
# Read the AMI
|
# Read the AMI
|
||||||
resource "atlas_artifact" "web" {
|
resource "atlas_artifact" "web" {
|
||||||
name = "hashicorp/web"
|
name = "hashicorp/web"
|
||||||
type = "aws.ami"
|
type = "amazon.ami"
|
||||||
build = "latest"
|
build = "latest"
|
||||||
metadata {
|
metadata {
|
||||||
arch = "386"
|
arch = "386"
|
||||||
|
|
Loading…
Reference in New Issue