You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some distributions, there may be another tool named packer installed by default. The following error indicates that there is a name conflict.
To fix this, create a symlink to packer that uses a different name like packer.io, or invoke the packer binary you want using its absolute path, e.g. /usr/bin/packer
I tried following the instructions using the AWS Cloudshell and ran into an error during
terraform apply
asking whether I forgot to runpacker init
.Turns out,
which packer
returns/usr/sbin/packer
instead of/usr/bin/packer
.I manually cd'd into
magento/packer
and ran/usr/bin/packer init packer.pkr.hcl
, re-ranterraform apply
from themagento
folder to success.The text was updated successfully, but these errors were encountered: