Skip to content

Commit ae695a9

Browse files
committed
Rever unintencial change
1 parent 8330d82 commit ae695a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/resource_github_repository_ruleset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func resourceGithubRepositoryRuleset() *schema.Resource {
104104
Schema: map[string]*schema.Schema{
105105
"ref_name": {
106106
Type: schema.TypeList,
107-
Optional: true,
107+
Required: true,
108108
MaxItems: 1,
109109
Elem: &schema.Resource{
110110
Schema: map[string]*schema.Schema{

0 commit comments

Comments
 (0)