From d8cbfcc075ea0f812b5cb52a6460befd0753edf2 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Fri, 19 Mar 2021 11:36:12 +0100 Subject: [PATCH] Update website/content/docs/commands/init.mdx --- website/content/docs/commands/init.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/content/docs/commands/init.mdx b/website/content/docs/commands/init.mdx index f972e1eea..14974d337 100644 --- a/website/content/docs/commands/init.mdx +++ b/website/content/docs/commands/init.mdx @@ -73,7 +73,7 @@ When running `packer init`, if Packer logs a warning that tells you to add a was moved out of the Packer binary and you should consider using that block. This is part of a set of breaking changes made to decouple Packer releases from a Plugin release. These suggestion are manually added each time we move a plugin -out of the Packer core. These should happen only starting from version `2.0` of +out of the Packer core. These should happen only starting from version `1.8` of Packer. See [Installing Plugins](/docs/plugins#installing-plugins) for more information on how plugin installation works. @@ -83,4 +83,3 @@ See [Installing Plugins](/docs/plugins#installing-plugins) for more information the latest available version, if there is a new higher one. Note that this still takes into consideration the version constraint of the config. -