Merge pull request #3195 from bensojona/f-change-artifact-type
Change amazon.ami to amazon.image
This commit is contained in:
commit
09bd4e7b00
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue