Merge pull request #17772 from hashicorp/jbardin/module-alias

update missing alias message
This commit is contained in:
James Bardin 2018-04-04 15:19:23 -04:00 committed by GitHub
commit 8a3f347076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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))
}
}