Skip to content

Commit 21d8823

Browse files
committed
docs(enterprise_ruleset): clarify comment for repository target rules in data source
1 parent dcdea85 commit 21d8823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/data_source_github_enterprise_ruleset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ func dataSourceGithubEnterpriseRuleset() *schema.Resource {
282282
},
283283
},
284284
},
285-
// Repository target rules (only valid when target = "repository")
285+
// Repository target rules (only populated when target = "repository")
286286
"repository_creation": {
287287
Type: schema.TypeBool,
288288
Computed: true,

0 commit comments

Comments
 (0)