Skip to content

margato/ecs-fargate-terraform-template

Repository files navigation

ECS Fargate template with Terraform

The main purpose of this template was to practice my skills with Terraform and AWS.

If you are going to use this template in your project, don't forget to update vars-{ENV}.tfvars file to include your own values.

Architecture

Deployment

To provision resources, execute:

$ terraform apply -var-file vars-dev.tfvars

If you want to drop the stack, execute:

$ terraform destroy -var-file vars-dev.tfvars