Packer 1.14.0 plugin discovery query

Hello Team,
Hope you all are doing great !

Can anyone please let me know for packer 1.14.0 onwards if we just extract the third party plugin and keep them in either $HOME/.config/packer/plugins or $HOME/.packer.d/plugins directories that will work while running the packer build ?

The story is we run packer (1.10.2 )as a container and the image itself is loaded with required plugins in $JENKINS_HOME/.packer.d/plugins which seems work fine when we use that image and try to run packer build , however with 1.14.0 the packer throws error saying that “Error: Unknown data type amazon-ami”.

Can anyone confirm me if we have to explicitly install them for 1.14.0 version using packer plugins install command ?

Thanks
Chayan
packer in