https://github.com/margato/ecs-fargate-terraform-template
My ECS Fargate template with Terraform
https://github.com/margato/ecs-fargate-terraform-template
aws cloud container ecr ecs fargate loadbalancer snippet template terraform vpc
Last synced: 2 months ago
JSON representation
My ECS Fargate template with Terraform
- Host: GitHub
- URL: https://github.com/margato/ecs-fargate-terraform-template
- Owner: margato
- Created: 2021-11-03T23:26:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T23:30:36.000Z (almost 4 years ago)
- Last Synced: 2025-06-13T20:50:18.400Z (4 months ago)
- Topics: aws, cloud, container, ecr, ecs, fargate, loadbalancer, snippet, template, terraform, vpc
- Language: HCL
- Homepage:
- Size: 68.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
$ terraform apply -var-file vars-dev.tfvars
```If you want to drop the stack, execute:
```bash
$ terraform destroy -var-file vars-dev.tfvars
```