Terraform AWS module to deploy Gatus on ECS Fargate! #1375
GiamPy5
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
|
Hello! I have no problem with adding this in the README, however, it may be a good idea to add I also have another Terraform module, but this one is meant for Kubernetes: https://github.com/TwiN/terraform-kubernetes-gatus |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Awesome! Feel free to create a PR adding a link to the module you created under the Terraform section of the README |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys! I've built a new Terraform module to make it super simple to deploy Gatus on ECS Fargate! Currently I'm supporting the most basic functionality. I've integrated a custom sidecar configuration loader which allowed me to be able to inject credentials in the configuration without having to expose them in the Terraform state and/or to re-build the Gatus docker image just to inject the credentials.
It's still a work in progress right now, I'm slowly adding support for the most important functionality but the most important things are supported for now.
https://github.com/GiamPy5/terraform-aws-gatus
@TwiN what do you think about adding this module to the README.md as an additional option on how to deploy Gatus in AWS? Or if you have any feedback about the module, please feel free to contribute!
Beta Was this translation helpful? Give feedback.
All reactions