/ecs-developertools-terraform

Using Terraform to deploy ECS and CICD pipeline

Primary LanguageHCLMIT LicenseMIT

AWS ECS and Code Pipeline

Using terraform to deploy the infrastructure in AWS.

Initialise and Deploy

$ terraform init
$ terraform plan
$ terraform apply

Destroy the Infrastructure

$ terraform destroy