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?
Running
packer init.gave the following error:I have Packer v1.10.1, is it safe to update the
supabase.pkr.hclfile and change therequired_versionto 1.10.1?