Skip to content

Commit 62e38ce

Browse files
committed
Remove redundant condition
1 parent fad6f8e commit 62e38ce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

github/resource_github_organization_ruleset.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ func resourceGithubOrganizationRuleset() *schema.Resource {
128128
Optional: true,
129129
MaxItems: 1,
130130
ExactlyOneOf: []string{"conditions.0.repository_property", "conditions.0.repository_name", "conditions.0.repository_id"},
131-
AtLeastOneOf: []string{"conditions.0.repository_property", "conditions.0.repository_name", "conditions.0.repository_id"},
132131
Description: "Conditions to target repositories by custom or system properties.",
133132
Elem: &schema.Resource{
134133
Schema: map[string]*schema.Schema{

0 commit comments

Comments
 (0)