update missing alias message

Update the old error message for a missing provider alias, as we no
longer automatically inherit providers.
This commit is contained in:
James Bardin 2018-04-03 17:40:36 -04:00
parent e493407e7e
commit 7b5efad725
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ func (t *Tree) validateProviderAlias() error {
// We didn't find the alias, error!
err = multierror.Append(err, fmt.Errorf(
"module %s: provider alias must be defined by the module or a parent: %s",
"module %s: provider alias must be defined by the module: %s",
strings.Join(pv.Path, "."), k))
}
}