Skip to content

Commit 2ebb74a

Browse files
authored
docs: Add ECS fargate module in README (#1377)
1 parent e2f06e9 commit 2ebb74a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ Have any feedback or questions? [Create a discussion](https://github.com/TwiN/ga
109109
- [Docker](#docker)
110110
- [Helm Chart](#helm-chart)
111111
- [Terraform](#terraform)
112+
- [Kubernetes](#kubernetes)
113+
- [ECS Fargate](#ecs-fargate)
112114
- [Running the tests](#running-the-tests)
113115
- [Using in Production](#using-in-production)
114116
- [FAQ](#faq)
@@ -2791,8 +2793,14 @@ To get more details, please check [chart's configuration](https://github.com/Twi
27912793

27922794

27932795
### Terraform
2794-
Gatus can be deployed on Terraform by using the following module: [terraform-kubernetes-gatus](https://github.com/TwiN/terraform-kubernetes-gatus).
27952796

2797+
#### Kubernetes
2798+
2799+
Gatus can be deployed on Kubernetes using Terraform by using the following module: [terraform-kubernetes-gatus](https://github.com/TwiN/terraform-kubernetes-gatus).
2800+
2801+
#### ECS Fargate
2802+
2803+
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).
27962804

27972805
## Running the tests
27982806
```console

0 commit comments

Comments
 (0)