From a905968d5e79d35608f72c3ca839c6df0b125468 Mon Sep 17 00:00:00 2001 From: Stefan Langenmaier Date: Thu, 5 Sep 2024 08:51:48 +0200 Subject: [PATCH] chore: mark the eks module as unmaintained --- modules/eks/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/eks/README.md b/modules/eks/README.md index b24ac28..0eba3e2 100644 --- a/modules/eks/README.md +++ b/modules/eks/README.md @@ -1,3 +1,11 @@ +# ⚠️ Unmaintained ⚠️ + +This module is currently in an unusable state. + +We try to update it in the future but we advise you to not use it at the moment. We leave it here as-is for everyonne that is already using/depending on it. + +# Readme + Module configures basic components for EKS. Wrapping the [AWS EKS Terraform module](https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest). See the example section to see how the module can be used.