An open API service indexing awesome lists of open source software.

https://github.com/pcpratheesh/terraform-ecs-deployment-sample

Sample code snippet to deploy application in aws ecs with terraform
https://github.com/pcpratheesh/terraform-ecs-deployment-sample

aws code devops ecr ecs infrastructure server snippets terraform test vpc

Last synced: 11 months ago
JSON representation

Sample code snippet to deploy application in aws ecs with terraform

Awesome Lists containing this project

README

          

# terraform-ecs-deployment-sample
Sample code snippet to deploy application in aws ec2 with terraform

Terraform
- **init** Prepare your working directory for other commands
- **validate** Check whether the configuration is valid
- **plan** Show changes required by the current configuration
- **apply** Create or update infrastructure
- **destroy** Destroy previously-created infrastructure