]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blobdiff - vendor/github.com/hashicorp/terraform/config/module/validate_provider_alias.go
deps: github.com/hashicorp/terraform@sdk-v0.11-with-go-modules
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / hashicorp / terraform / config / module / validate_provider_alias.go
index 090d4f7e39847181802b934eaa89de07bed3ed87..f203556c10de2c7626fa6725ca7360fd8c84a7bc 100644 (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))
                }
        }