Skip to content

Commit

Permalink
add plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
kringkaste committed Jul 21, 2023
1 parent 1938d99 commit 1d71d44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packer.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
packer {
required_plugins {
amazon = {
source = "github.com/hashicorp/amazon"
version = "~> 1"
}
chef = {
source = "github.com/hashicorp/chef"
version = "~> 1"
}
amazon-ami-management = {
version = ">= 1.2.0"
source = "github.com/wata727/amazon-ami-management"
Expand Down

0 comments on commit 1d71d44

Please sign in to comment.