Skip to content

Commit

Permalink
hotfix(packer) allow any 1.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal authored Dec 27, 2023
1 parent c4b7224 commit 88cae4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packer {
required_version = ">= 1.7.2, < 1.10.0"
required_version = ">= 1.7.2, < 2"
required_plugins {
windows-update = {
version = "0.15.0"
Expand Down

0 comments on commit 88cae4f

Please sign in to comment.