We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6d6b3 commit 1e91ff7Copy full SHA for 1e91ff7
argocd/resource_argocd_repository.go
@@ -45,7 +45,7 @@ func resourceArgoCDRepositoryCreate(ctx context.Context, d *schema.ResourceData,
45
ctx,
46
&repository.RepoCreateRequest{
47
Repo: repo,
48
- Upsert: false,
+ Upsert: true,
49
},
50
)
51
tokenMutexConfiguration.Unlock()
0 commit comments