Merge pull request #2192 from hashicorp/b-atlas-artifact-doc
website: atlas artifact type is amazon.ami no aws.ami
This commit is contained in:
commit
79a18dc16b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue