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
- Host: GitHub
- URL: https://github.com/bendoerr-terraform-modules/terraform-aws-fargate-on-demand
- Owner: bendoerr-terraform-modules
- License: mit
- Created: 2023-09-04T15:06:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T15:00:38.000Z (6 months ago)
- Last Synced: 2025-01-17T22:43:25.108Z (4 months ago)
- Topics: terraform, terraform-module, terraform-module-aws
- Language: HCL
- Homepage:
- Size: 465 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Ben's Terraform AWS Fargate on Demand Module
This is how I do it.
Explore the docs »
Report Bug
.
Request Feature
  

## 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)