-
Notifications
You must be signed in to change notification settings - Fork 106
feature(datasource): support more argocd datasource #724
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requeston-holdIssues or Pull Requests with this label will never be considered staleIssues or Pull Requests with this label will never be considered stalevalidThis issue has been verified by a maintainer and can either be reproduced or is otherwise right.This issue has been verified by a maintainer and can either be reproduced or is otherwise right.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requeston-holdIssues or Pull Requests with this label will never be considered staleIssues or Pull Requests with this label will never be considered stalevalidThis issue has been verified by a maintainer and can either be reproduced or is otherwise right.This issue has been verified by a maintainer and can either be reproduced or is otherwise right.
Description
Currently, the Argo CD Terraform provider only supports the argocd_application data source. This is very useful, but it would be a significant enhancement to also have data sources for other core Argo CD resources.
Such as:
Having these data sources would allow us to read existing configurations directly from Argo CD, which is essential for managing dependencies and integrating with other Terraform resources. For example, we could use a data source to get details about an existing ApplicationSet or look up a specific project's configuration before creating or managing other resources.
I'm glad to contribute code for this feature.
Potential Terraform Configuration
References
Community Note