We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad6f8e commit 62e38ceCopy full SHA for 62e38ce
1 file changed
github/resource_github_organization_ruleset.go
@@ -128,7 +128,6 @@ func resourceGithubOrganizationRuleset() *schema.Resource {
128
Optional: true,
129
MaxItems: 1,
130
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"},
132
Description: "Conditions to target repositories by custom or system properties.",
133
Elem: &schema.Resource{
134
Schema: map[string]*schema.Schema{
0 commit comments