From 486bb709ccdb81aa57e7ebf29f55ef9ac5b1ef95 Mon Sep 17 00:00:00 2001 From: Mirco Santori Date: Mon, 9 Sep 2024 10:55:25 +0200 Subject: [PATCH] fix(readme): add a basic readme info --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e69de29..e72e099 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,5 @@ +# terraform-aws-eks + +This is just a simple EKS module for terraform which I am using for learning and testing purposes. + +The work here is currently in progress.