Marco Maurer (-Kilchhofer)
Marco Maurer (-Kilchhofer)
Hi @Ichigo97438 Would it be possible to share some details: - TF code of both the project and the application - Argo CD version used - Kubernetes Cluster version used...
Potential upstream reference: - https://github.com/argoproj/argo-cd/issues/13000
First I thought you're doing something unsupported:  But when I read the docs it seems that this is a new feature of Argo CD called "multi source app". >...
Hi @ionPr Could you share an example TF code of your application definition?
I quickly formatted your Error log and now I see the root cause of your issue: ```log Initializing provider plugins... (..) - Finding latest version of hashicorp/argocd... ``` One of...
@hoshi22 can you maybe check whether you are affected from an empty HCL block for kustomize or helm inside the `argocd_application` resource? Xref: - https://github.com/argoproj-labs/terraform-provider-argocd/pull/656
@hoshi22 version `7.8.2` should now fix your issue: - https://github.com/argoproj-labs/terraform-provider-argocd/pull/659#issuecomment-2917465905
Xref: - https://argo-cd.readthedocs.io/en/stable/operator-manual/app-sync-using-impersonation/#configuring-destination-service-accounts - https://github.com/argoproj/argo-cd/pull/17403 - https://github.com/argoproj/argo-cd/pull/14255 - https://github.com/argoproj/argo-cd/issues/20336
@AkakievKD can you point us to the links where it is not correct on https://registry.terraform.io/? That's the only location we are supporting. The other links on `https://docs.comcloud.xyz/**/**` are not provided...
Alright, thanks for the update. Did you find only missing links on the resource `argocd_application_set`? Or are there also other links which do not work? I ask because those documents...