Skip to content

Commit

Permalink
Update internal/provider/generate.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan De Marino <ivan.demarino@hashicorp.com>
  • Loading branch information
bendbennett and Ivan De Marino committed Jun 14, 2022
1 parent deeffc0 commit 9a0ccb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/generate.go
Expand Up @@ -442,7 +442,7 @@ func (g *generator) renderStaticWebsite(providerName string, providerSchema *tfj
}
return nil
}
g.infof("resource entitled %q, or %q does not exist", shortName, resName)
g.warnf("resource entitled %q, or %q does not exist", shortName, resName)
case "": // provider
if relFile == "index.md.tmpl" {
tmpl := providerTemplate(tmplData)
Expand Down

0 comments on commit 9a0ccb2

Please sign in to comment.