Skip to content

Commit ade0cc9

Browse files
committed
validate: allow resources.md.tmpl and data-sources.md.tmpl to pass validation
Closes hashicorp#182
1 parent aacbe10 commit ade0cc9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/provider/validate.go

+4
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ func validateTemplates(ui cli.Ui, dir string) error {
5555
checkAllowedFiles(
5656
"index.md",
5757
"index.md.tmpl",
58+
"resources.md",
59+
"resources.md.tmpl",
60+
"data-sources.md",
61+
"data-sources.md.tmpl",
5862
),
5963
checkAllowedDirs(
6064
"data-sources",

0 commit comments

Comments
 (0)