Skip to content

Commit

Permalink
Correct version constraints
Browse files Browse the repository at this point in the history
The version constraints should allow updates up to but not including the next major version of the plugin.

Co-authored-by: Nick <[email protected]>
  • Loading branch information
jsf9k and mcdonnnj authored Sep 18, 2023
1 parent 4ad2802 commit d62abc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ packer {
required_plugins {
amazon = {
source = "github.com/hashicorp/amazon"
version = "~> 1"
version = "~> 1.2"
}
ansible = {
source = "github.com/hashicorp/ansible"
version = "~> 1"
version = "~> 1.1"
}
}
# The required_plugins section is only supported in Packer 1.7.0 and
Expand Down

0 comments on commit d62abc7

Please sign in to comment.