aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/hashicorp/terraform/config/module/validate_provider_alias.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hashicorp/terraform/config/module/validate_provider_alias.go')
-rw-r--r--vendor/github.com/hashicorp/terraform/config/module/validate_provider_alias.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/hashicorp/terraform/config/module/validate_provider_alias.go b/vendor/github.com/hashicorp/terraform/config/module/validate_provider_alias.go
index 090d4f7..f203556 100644
--- a/vendor/github.com/hashicorp/terraform/config/module/validate_provider_alias.go
+++ b/vendor/github.com/hashicorp/terraform/config/module/validate_provider_alias.go
@@ -67,7 +67,7 @@ func (t *Tree) validateProviderAlias() error {
67 67
68 // We didn't find the alias, error! 68 // We didn't find the alias, error!
69 err = multierror.Append(err, fmt.Errorf( 69 err = multierror.Append(err, fmt.Errorf(
70 "module %s: provider alias must be defined by the module or a parent: %s", 70 "module %s: provider alias must be defined by the module: %s",
71 strings.Join(pv.Path, "."), k)) 71 strings.Join(pv.Path, "."), k))
72 } 72 }
73 } 73 }