Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(packer) bump the maximum version to 1.9.x (#726)
Since #711, packer is using the 1.9.x line which throws the following error: ``` Error: Unsupported Packer Core version on main.pkr.hcl line 2, in packer: 2: required_version = ">= 1.7.2, < 1.9.0" ``` We cannot use updatecli to automate this version constraint as packer version must be upgraded before trying to use it.
- Loading branch information