mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-08 16:35:25 -04:00
Merge pull request #3195 from bensojona/f-change-artifact-type
Change amazon.ami to amazon.image
This commit is contained in:
commit
09bd4e7b00
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue