digitalocean/supabase-on-do

Support for Packer v1.10.1

Opened this issue · 1 comments

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 commented

I am using packer 1.10.3 with no issue