terraform-provider-argocd
terraform-provider-argocd copied to clipboard
Terraform provider for ArgoCD
we have out argocd behind a proxy that need SSL Auth with certificates, so we need to pass the `--client-crt` and `--client-crt-key` to argocd command line, and the provider did...
Seems like we're missing support for `fileParameters` in helm source: ```yaml source: helm: fileParameters: - name: some.key path: some/path.yaml ```
I have the problem when I trying to create argocd_cluster. Here is the error message: ----------------------------------------------------- 2022-07-18T18:28:16.855+0200 [DEBUG] [aws-sdk-go] ╷ │ Error: something went wrong during cluster resource creation: rpc...
I updated to 3.1.0 of this module. Now I am getting: "Error: Provider produced inconsistent final plan When expanding the plan for module.argo-registration.argocd_project.eks to include new values learned so far...
Hi, I have not exposed argo server, it is as ClusterIP. I'd like to connect to it using kubernetes api like `argocd --core` does ``` $ argocd version --core argocd:...
Is it possible for the terraform provider to use the login details of the current user as logged in via the argocd cli? So if I login to argocd cli...
Since argocd v2.2.0 there is the possibility to add clusters and repositories project scoped, using the `--project` flag, when using the cli, for example: `ARGOCD_AUTH_TOKEN=my-project-token argocd repo add --name stable...
Using the below manifest, just hangs on "still creating" forever. I confirmed I can create an application manually with the same settings. TF Log debug output doesn't produce much. Any...
# Currently: argocd-cli has `argocd app create` has `--upsert` flag that allows soft update of the application declaration. This terraform provider has no option to instruct the `--upsert` option in...