You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`enable_lfs` - (Optional), boolean, whether git-lfs support should be enabled for this repository.
36
36
*`username` - (Optional), string, username to authenticate against the repository server.
37
37
*`password` - (Optional), string, password to authenticate against the repository server.
38
+
*`project` - (Optional), string, if the repository will be project-scoped, the name of that project. Refer to this [doc](https://argo-cd.readthedocs.io/en/stable/user-guide/projects/#project-scoped-repositories-and-clusters). Requires ArgoCD 2.2.0 onwards.
38
39
*`ssh_private_key` - (Optional), string, SSH private key data to authenticate against the repository server. **Only for Git repositories**.
39
40
*`tls_client_cert_data` - (Optional), TLS client cert data to authenticate against the repository server.
40
41
*`tls_client_cert_key` - (Optional), TLS client cert key to authenticate against the repository server.
@@ -52,4 +53,4 @@ ArgoCD repositories can be imported using an id consisting of `{repo}`, e.g.
**NOTE**: as ArgoCD API does not return any sensitive information, a subsequent _terraform apply_ should be executed to make the password, ssh_private_key and tls_client_cert_key attributes converge to their expected values defined within the plan.
56
+
**NOTE**: as ArgoCD API does not return any sensitive information, a subsequent _terraform apply_ should be executed to make the password, ssh_private_key and tls_client_cert_key attributes converge to their expected values defined within the plan.
0 commit comments