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.