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. -