Skip to content

Commit 1e91ff7

Browse files
committed
upsert true
1 parent 7a6d6b3 commit 1e91ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

argocd/resource_argocd_repository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func resourceArgoCDRepositoryCreate(ctx context.Context, d *schema.ResourceData,
4545
ctx,
4646
&repository.RepoCreateRequest{
4747
Repo: repo,
48-
Upsert: false,
48+
Upsert: true,
4949
},
5050
)
5151
tokenMutexConfiguration.Unlock()

0 commit comments

Comments
 (0)