From 2f1454856c8823194ce7cf0cd31f1167675ebab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Joga?= Date: Fri, 14 Nov 2025 18:16:09 +0100 Subject: [PATCH] docs: Fix broken link to Fargate profile tests (#3581) Fix broken link --- docs/compute_resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compute_resources.md b/docs/compute_resources.md index e7dee76..1345283 100644 --- a/docs/compute_resources.md +++ b/docs/compute_resources.md @@ -150,4 +150,4 @@ See the [`examples/self-managed-node-group/` example](https://github.com/terrafo ### Fargate Profiles -Fargate profiles are straightforward to use and therefore no further details are provided here. See the [`tests/fargate-profile/` tests](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/tests/fargate-profile) for a working example of various configurations. +Fargate profiles are straightforward to use and therefore no further details are provided here. See the [`tests/eks-fargate-profile/` tests](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/tests/eks-fargate-profile) for a working example of various configurations.