Skip to content

Commit

Permalink
Remove 'component' conflict validations
Browse files Browse the repository at this point in the history
With 'build' and 'release_bundle'
  • Loading branch information
alexhung committed Nov 16, 2023
1 parent 2e0be6b commit 9c47f3a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkg/xray/resource_xray_ignore_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,10 @@ func resourceXrayIgnoreRule() *schema.Resource {
},
},
"component": {
Type: schema.TypeSet,
Optional: true,
ForceNew: true,
ConflictsWith: []string{"build", "release_bundle"},
Description: "List of specific components to ignore. Omit to apply to all.",
Type: schema.TypeSet,
Optional: true,
ForceNew: true,
Description: "List of specific components to ignore. Omit to apply to all.",
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"name": {
Expand Down

0 comments on commit 9c47f3a

Please sign in to comment.