Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Packer v1.10.1 #51

Open
pSnehanshu opened this issue Feb 13, 2024 · 1 comment · May be fixed by #54
Open

Support for Packer v1.10.1 #51

pSnehanshu opened this issue Feb 13, 2024 · 1 comment · May be fixed by #54

Comments

@pSnehanshu
Copy link

Running packer init. gave the following error:

snehanshu@XXX:~/projects/supabase-on-do/packer$ packer init .
Error: Unsupported Packer Core version

  on supabase.pkr.hcl line 2, in packer:
   2:   required_version = "~> 1.9.1"

This configuration does not support Packer version 1.10.1. To proceed, either
choose another supported Packer version or update this version constraint.
Version constraints are normally set for good reason, so updating the constraint
may lead to other errors or unexpected behavior.

I have Packer v1.10.1, is it safe to update the supabase.pkr.hcl file and change the required_version to 1.10.1?

@0reo
Copy link

0reo commented May 11, 2024

I am using packer 1.10.3 with no issue

@0reo 0reo linked a pull request May 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants