/terraform-aws-ecs-task-definition

Terraform v0.12.0-beta1 implementation for creating Amazon ECS Task Definitions

Primary LanguageHCLMIT LicenseMIT

CircleCI

Contents

Usage

This repository uses a Docker image that contains a pre-release version of Terraform v0.12.0. The GNUmakefile includes commands that adhere to the subcommands of the Terraform command-line interface. For example, make fmt invokes terraform fmt using the docker run command.

$ make init
$ make plan
$ make apply