command: Name the Terraform Registry specifically in error message

When we originally wrote this message we struggled a bit for how to refer
to the releases server without writing an awkwardly-ungrammatical
sentence, and so "the official repository" became a placeholder name for
it.

Now that we'll be looking in Terraform Registry this gives us a nice
proper noun to use. This message will need to evolve more as our
integration with the registry gets more sophisticated, but for now this
works.
This commit is contained in:
Martin Atkins 2018-11-08 16:12:11 -08:00
parent 592850e22c
commit 8b603e4877
1 changed files with 1 additions and 1 deletions

View File

@ -700,7 +700,7 @@ suggested below.
const errProviderNotFound = ` const errProviderNotFound = `
[reset][bold][red]Provider %[1]q not available for installation.[reset][red] [reset][bold][red]Provider %[1]q not available for installation.[reset][red]
A provider named %[1]q could not be found in the official repository. A provider named %[1]q could not be found in the Terraform Registry.
This may result from mistyping the provider name, or the given provider may This may result from mistyping the provider name, or the given provider may
be a third-party provider that cannot be installed automatically. be a third-party provider that cannot be installed automatically.