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 2a52777 commit deeffc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ func (g *generator) renderStaticWebsite(providerName string, providerSchema *tfj
}
return nil
}
g.infof("data source entitled %q, or %q does not exist", shortName, resName)
g.warnf("data source entitled %q, or %q does not exist", shortName, resName)
case "resources/":
resSchema, resName := resourceSchema(providerSchema.ResourceSchemas, shortName, relFile)
if resSchema != nil {
Expand Down

0 comments on commit deeffc0

Please sign in to comment.