From e3aee8a2fdbcce4dd0fd2b6e150fdf5036f62170 Mon Sep 17 00:00:00 2001 From: Benjamin Yolken Date: Fri, 15 Oct 2021 11:42:58 -0700 Subject: [PATCH] Update README to include information on terraform version --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d0edec4..a3d8319 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,16 @@ The tool is designed for our Kubernetes-related workflows at [Segment](https://s While we hope it can work for others, not all features might be directly applicable to other environments. We welcome feedback and collaboration to make `kubeapply` useful to more people! +## 🆕 Terraform version of `kubeapply` + +We recently open-sourced a Terraform-provider-based version of this tool; see the +[repository](https://github.com/segmentio/terraform-provider-kubeapply) and +[documentation in the Terraform registry](https://registry.terraform.io/providers/segmentio/kubeapply/latest/docs) for more details. + +Note that the Terraform version has slightly different interfaces and assumptions (e.g., no +support for Helm charts), so it's not a drop-in replacement for the tooling here, but it follows +the same general flow and configuration philosophy. + ## Getting started ### Prerequisites