mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-22 16:01:43 -04:00
8 lines
139 B
HCL
8 lines
139 B
HCL
packer {
|
|
required_plugins {
|
|
amazon = {
|
|
source = "hashicorp/amazon"
|
|
version = ">= v0"
|
|
}
|
|
}
|
|
} |