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:
parent
e493407e7e
commit
7b5efad725
|
@ -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))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue