Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1 KB

README.md

File metadata and controls

29 lines (21 loc) · 1 KB

Overview

This Terraform module creates an ECS cluster backed by Spot instances. You have to create Task Definitions and Services in order to deploy containers.

Prerequisites

Building

Since this is just a collection of Terraform scripts, there is nothing to build.

Installation

This module is not installed but, instead, is obtained by the project using the module. See kurron/terraform-environments for example usage.

Tips and Tricks

Debugging

The debug folder contains files that can be used to test out local changes to the module. Edit backend.cfg and plan.tf to your liking and then run debug/debug-module.sh to test your changes.

Troubleshooting

License and Credits

This project is licensed under the Apache License Version 2.0, January 2004.

List of Changes