improve plugin reinit error text
This commit is contained in:
parent
103ab20b00
commit
ac937a890d
|
@ -421,9 +421,12 @@ const errPluginInit = `
|
||||||
[yellow]Reason: Could not satisfy plugin requirements.
|
[yellow]Reason: Could not satisfy plugin requirements.
|
||||||
|
|
||||||
Plugins are external binaries that Terraform uses to access and manipulate
|
Plugins are external binaries that Terraform uses to access and manipulate
|
||||||
resources. If this message is showing up, it means that the configuration you
|
resources. The configuration provided requires plugins which can't be located,
|
||||||
have references plugins which can't be located, don't satisfy the version
|
don't satisfy the version constraints, or are otherwise incompatible.
|
||||||
constraints, or are otherwise incompatible.
|
|
||||||
|
|
||||||
[reset][red]%s
|
[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".
|
||||||
`
|
`
|
||||||
|
|
Loading…
Reference in New Issue