Skip to content

Commit

Permalink
switches Amazon plugin to Hashicups plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ksatirli committed May 2, 2024
1 parent c531483 commit 3bad4be
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/hello-world.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

packer {
required_plugins {
amazon = {
version = ">= 1.3.2"
source = "github.com/hashicorp/amazon"
# see https://github.com/hashicorp/packer-plugin-hashicups/releases/tag/v1.0.2
hashicups = {
version = ">= 1.0.0"
source = "github.com/hashicorp/hashicups"
}
}
}
Expand Down

0 comments on commit 3bad4be

Please sign in to comment.