improve plugin reinit error text

This commit is contained in:
James Bardin 2017-06-22 15:11:37 -04:00
parent 103ab20b00
commit ac937a890d
1 changed files with 6 additions and 3 deletions

View File

@ -421,9 +421,12 @@ const errPluginInit = `
[yellow]Reason: Could not satisfy plugin requirements.
Plugins are external binaries that Terraform uses to access and manipulate
resources. If this message is showing up, it means that the configuration you
have references plugins which can't be located, don't satisfy the version
constraints, or are otherwise incompatible.
resources. The configuration provided requires plugins which can't be located,
don't satisfy the version constraints, or are otherwise incompatible.
[reset][red]%s
[reset][yellow]Terraform automatically discovers provider requirements from your
configuration, including providers used in child modules. To see the
requirements and constraints from each module, run "terraform providers".
`