Skip to content

Commit

Permalink
chore: Update Packer configuration to include Amazon plugin for Packer
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Aug 16, 2024
1 parent 1a6bbd5 commit f663ba9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packer {
required_plugins {
# Amazon plugin for Packer
# Docker plugin for Packer
docker = {
source = "github.com/hashicorp/docker"
version = "~> 1"
Expand All @@ -10,6 +10,11 @@ packer {
version = "v1.1.1"
source = "github.com/hashicorp/ansible"
}
# Amazon plugin for Packer
amazon = {
version = ">= 1.2.8"
source = "github.com/hashicorp/amazon"
}
}
}

Expand Down

0 comments on commit f663ba9

Please sign in to comment.