diff --git a/README.md b/README.md index 5a3df6cb..c7462504 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ For more details, see [Usage](#usage) - [Deployment](#deployment) - [Docker](#docker) - [Helm Chart](#helm-chart) + - [Terraform](#terraform) - [Running the tests](#running-the-tests) - [Using in Production](#using-in-production) - [FAQ](#faq) @@ -680,6 +681,11 @@ To get more details, please check chart's [configuration](https://github.com/ava and [helmfile example](https://github.com/avakarev/gatus-chart#helmfileyaml-example) +### Terraform +Gatus can be deployed on Terraform by using the following module: [terraform-kubernetes-gatus](https://github.com/TwinProduction/terraform-kubernetes-gatus). + + + ## Running the tests ``` go test ./... -mod vendor