Skip to content

Commit

Permalink
fix(argocd_application_set): don't force new resource when adding/rem…
Browse files Browse the repository at this point in the history
…oving match_expressions (argoproj-labs#330)
  • Loading branch information
ahublersos committed Sep 3, 2023
1 parent bbd315a commit 7efb419
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion argocd/schema_label_selector.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ func matchExpressionsSchema() *schema.Schema {
Type: schema.TypeList,
Description: "A list of label selector requirements. The requirements are ANDed.",
Optional: true,
ForceNew: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"key": {
Expand Down

0 comments on commit 7efb419

Please sign in to comment.