diff --git a/packer/github-action-runner/variables.pkr.hcl b/packer/github-action-runner/variables.pkr.hcl index c74667534..12ef17e1d 100644 --- a/packer/github-action-runner/variables.pkr.hcl +++ b/packer/github-action-runner/variables.pkr.hcl @@ -1,3 +1,12 @@ +packer { + required_plugins { + amazon = { + version = ">= 1.1.0" + source = "github.com/hashicorp/amazon" + } + } +} + variable "skip_ami" { type = bool default = true