From 2ebb74ae1ecb8a87e3ed39b8e87c19da9938dddb Mon Sep 17 00:00:00 2001 From: Giampaolo Date: Sun, 2 Nov 2025 05:04:28 +0100 Subject: [PATCH] docs: Add ECS fargate module in README (#1377) --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c48e09d..0a9d13dd 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,8 @@ Have any feedback or questions? [Create a discussion](https://github.com/TwiN/ga - [Docker](#docker) - [Helm Chart](#helm-chart) - [Terraform](#terraform) + - [Kubernetes](#kubernetes) + - [ECS Fargate](#ecs-fargate) - [Running the tests](#running-the-tests) - [Using in Production](#using-in-production) - [FAQ](#faq) @@ -2791,8 +2793,14 @@ To get more details, please check [chart's configuration](https://github.com/Twi ### Terraform -Gatus can be deployed on Terraform by using the following module: [terraform-kubernetes-gatus](https://github.com/TwiN/terraform-kubernetes-gatus). +#### Kubernetes + +Gatus can be deployed on Kubernetes using Terraform by using the following module: [terraform-kubernetes-gatus](https://github.com/TwiN/terraform-kubernetes-gatus). + +#### ECS Fargate + +Gatus can be deployed on ECS Fargate using Terraform by using the following module: [terraform-aws-gatus-ecs](https://github.com/GiamPy5/terraform-aws-gatus-ecs). ## Running the tests ```console