An open API service indexing awesome lists of open source software.

https://github.com/bendoerr-terraform-modules/terraform-aws-fargate-on-demand

Ben's Terraform AWS Fargate on Demand Module
https://github.com/bendoerr-terraform-modules/terraform-aws-fargate-on-demand

terraform terraform-module terraform-module-aws

Last synced: 2 months ago
JSON representation

Ben's Terraform AWS Fargate on Demand Module

Awesome Lists containing this project

README

        







Logo

Ben's Terraform AWS Fargate on Demand Module


This is how I do it.




Explore the docs »




Report Bug
.
Request Feature

![Contributors](https://img.shields.io/github/contributors/bendoerr-terraform-modules/terraform-aws-fargate-on-demand?color=dark-green) ![Issues](https://img.shields.io/github/issues/bendoerr-terraform-modules/terraform-aws-fargate-on-demand) ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/bendoerr-terraform-modules/terraform-aws-fargate-on-demand/test.yml)
![GitHub tag (with filter)](https://img.shields.io/github/v/tag/bendoerr-terraform-modules/terraform-aws-fargate-on-demand?filter=v*)
![License](https://img.shields.io/github/license/bendoerr-terraform-modules/terraform-aws-fargate-on-demand)

## About The Project

Ever wanted to run Minecraft or Foundry VTT on AWS -- but! DAMN $20/month is so
expensive?! Well I did. If you don't mind a minute or two while things start up
and want crazy cheap hosting for these services -- a few dollars a month -- then
this module is for you! No seriously around $1.50 for 20 hours of uptime.

## Usage

```
TODO
}
```

## Requirements

TODO

## Providers

TODO

## Modules

TODO

## Resources

TODO

## Inputs

TODO

## Outputs

TODO

## Roadmap

See the [open issues](https://github.com/bendoerr-terraform-modules/terraform-aws-fargate-on-demand/issues) for a list of proposed features (and known issues).

## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
* If you have suggestions for adding or removing projects, feel free to [open an issue](https://github.com/bendoerr-terraform-modules/terraform-aws-fargate-on-demand/issues/new) to discuss it, or directly create a pull request after you edit the *README.md* file with necessary changes.
* Please make sure you check your spelling and grammar.
* Create individual PR for each suggestion.

### Creating A Pull Request

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## License

Distributed under the MIT License. See [LICENSE](https://github.com/bendoerr-terraform-modules/terraform-aws-fargate-on-demand/blob/main/LICENSE.txt) for more information.

## Authors

* **Benjamin R. Doerr** - *Terraformer* - [Benjamin R. Doerr](https://github.com/bendoerr/) - *Built Ben's Terraform Modules*

## Acknowledgements

* [Ray 'doctorray117' Gibson (minecraft-ondemand)](https://github.com/doctorray117/minecraft-ondemand) provided the
original inspiration and approach for this module.
* [ShaanCoding (ReadME Generator)](https://github.com/ShaanCoding/ReadME-Generator)