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