Skip to content

Commit

Permalink
feat(argocd_applicationset): remove unnecessary if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrouillet committed Dec 12, 2023
1 parent a66d0a3 commit 271126c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions argocd/structure_application_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ func expandApplicationSetSpec(d *schema.ResourceData, featureMultipleApplication

if v, ok := s["ignore_application_differences"].([]interface{}); ok && len(v) > 0 {
spec.IgnoreApplicationDifferences = expandApplicationSetIgnoreDifferences(v, featureApplicationSetIgnoreApplicationDifferences)
if err != nil {
return
}
}

if v, ok := s["template"].([]interface{}); ok && len(v) > 0 {
Expand Down

0 comments on commit 271126c

Please sign in to comment.