From 7ed9e672a9e9a2e7bbc729165aba12d372233917 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 23 Mar 2021 13:07:59 +0100 Subject: [PATCH] Update command/init.go clearer and shorter warning ( using docs link ) --- command/init.go | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/command/init.go b/command/init.go index 6be0ebc0c..f13d62e3d 100644 --- a/command/init.go +++ b/command/init.go @@ -144,13 +144,11 @@ plugin. Unfortunately, this failed : warn := fmt.Sprintf(` Warning, at least one component used in your config file(s) has moved out of -Packer into the %[2]q plugin. -For that reason Packer implicitly required the installation of the latest -version of the %[1]s plugin. -Upon init, Packer will always fetch the latest possible version of implicitly -required plugins and if a latest version is backward incompatible with your -config file or your version of Packer: a build will fail. To avoid this, lock -the plugin version by pasting the following to your config: +Packer into the %[2]q plugin and is now being implicitly required. +For more details on implicitly required plugins see https://packer.io/docs/commands/init#implicit-required-plugin + +To avoid any backward incompatible changes with your +config file you may want to lock the plugin version by pasting the following to your config: packer { required_plugins {