From 25019fe7c32bb5a778fe03dc76a47314167055e2 Mon Sep 17 00:00:00 2001 From: Mirco Santori Date: Tue, 10 Sep 2024 15:33:43 +0200 Subject: [PATCH] fix(readme): fix a typo --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 87a1283..1861f06 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,6 @@ ## Overview This is just a simple EKS module for terraform which I am using for learning and testing purposes. -It depends on three terraform modules: - -- [hipponix/terraform-aws-tags](https://github.com/hipponix/terraform-aws-tags) -- [hipponix/terraform-aws-ssm](https://github.com/hipponix/terraform-aws-ssm) -- [hipponix/terraform-aws-network](https://github.com/hipponix/terraform-aws-network) - An optionable bastian host can be created if you intend to protect your cluster in a private network thus not accessible from internet. If that's the case, then set the variable `create_bastion_host` to `true`. The work here is currently in progress.