docs: Fix broken URL in README (#1602)

This commit is contained in:
Gabriel Virga
2021-09-28 03:39:07 -04:00
committed by GitHub
parent 13cb55528c
commit 7371db1a51

View File

@@ -66,7 +66,7 @@ There is also a [complete example](https://github.com/terraform-aws-modules/terr
Root module calls these modules which can also be used separately to create independent resources:
- [fargate](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/modules/fargate) - creates Fargate profiles, see [examples/fargate](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/examples/fargat) for detailed examples.
- [fargate](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/modules/fargate) - creates Fargate profiles, see [examples/fargate](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/examples/fargate) for detailed examples.
<!--
- [node_groups](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/modules/node_groups) - creates Managed Node Group resources
-->