mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 22:41:40 -04:00
13 lines
262 B
HCL
13 lines
262 B
HCL
|
|
packer {
|
|
required_plugins {
|
|
amazon = {
|
|
source = "github.com/hashicorp/amazon"
|
|
version = ">= v0"
|
|
}
|
|
amazon = {
|
|
source = "github.com/hashicorp/amazon"
|
|
version = ">= v4"
|
|
}
|
|
}
|
|
} |