terraform-provider-argocd
terraform-provider-argocd copied to clipboard
feat: Add support for destination service accounts
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
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@nimjor we just merged a refactoring PR (#685) that migrated some resources to the terraform-plugin-framework and thus had to move the server_interface back to the SKDv2 code. I'm afraid that means some of your code has to be moved as well 🙈.
@nimjor we just merged a refactoring PR (#685) that migrated some resources to the terraform-plugin-framework and thus had to move the server_interface back to the SKDv2 code. I'm afraid that means some of your code has to be moved as well 🙈.
@the-technat let me know if there's anything specific in this PR in the current state that needs to get moved.