Skip to content

Commit d7bdd4d

Browse files
authored
fix(argocd_application_set): don't force new resource when adding/removing match_expressions (#330) (#331)
1 parent bbd315a commit d7bdd4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

argocd/schema_label_selector.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ func matchExpressionsSchema() *schema.Schema {
1818
Type: schema.TypeList,
1919
Description: "A list of label selector requirements. The requirements are ANDed.",
2020
Optional: true,
21-
ForceNew: true,
2221
Elem: &schema.Resource{
2322
Schema: map[string]*schema.Schema{
2423
"key": {

0 commit comments

Comments
 (0)