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
- Host: GitHub
- URL: https://github.com/pcpratheesh/terraform-ecs-deployment-sample
- Owner: pcpratheesh
- Created: 2022-04-21T09:54:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T10:38:45.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T00:36:26.844Z (about 1 year ago)
- Topics: aws, code, devops, ecr, ecs, infrastructure, server, snippets, terraform, test, vpc
- Language: HCL
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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