/consul-ecs

Terraform requires a stable backend.

Primary LanguageShellMIT LicenseMIT

consul-ecs

Terraform requires a stable backend.

Overview

Begin with core-infra and branch out to ECS from there.

Getting Started

Check the docs for one-time setup steps.

Source-in the project variables to your environment:

source build.env <stage|prod>

make init
make plan
make apply

Or, just make all

Observations

  • This aws-blueprint appears to have no dependencies on variables; the plan seems to take the name of the directory where the terraform files live; E.G. ecs_cluster_name = "consul-ecs" in this case.

Destroy it all

make clean