# README
argocd-terraform-plugin
An Argo CD plugin to retrieve secrets from terraform state (only s3 backend is supported now) and inject them into Kubernetes resources.
This plugin is a modified fork of argocd-vault-plugin
Why use this plugin?
This plugin is aimed at helping to solve the issue of secret and config management with GitOps and Argo CD. We wanted to find a simple way to pass terraform outputs without having to rely on an operator or custom resource definition. This plugin can be used not just for secrets but also for deployments, configMaps or any other Kubernetes resource.
Contributing
Interested in contributing? Please read our contributing documentation here to get started!