2021-02-15 13:47:39 +01:00

13 lines
262 B
HCL

packer {
required_plugins {
amazon = {
source = "github.com/hashicorp/amazon"
version = ">= v0"
}
amazon = {
source = "github.com/hashicorp/amazon"
version = ">= v4"
}
}
}