https://github.com/c0debrain/terraform
https://github.com/c0debrain/terraform
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/c0debrain/terraform
- Owner: c0debrain
- Created: 2020-03-10T02:07:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T02:16:56.000Z (almost 6 years ago)
- Last Synced: 2025-01-01T17:40:39.223Z (about 1 year ago)
- Language: HCL
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UNO Terraform ECS Cluster
This repository contains `Terrorform` configuration files that provide deploying UNO challenge infrastructure and
application. Which consists of AWS Elastic Container Service Cluster, ALB, DynamoDB and pulling docker images
from ECR.
## Use
Deploy the whole infrastructure. In the root folder:
```
terraform init
terraform apply -target=module.ecr
terraform apply -target=module.vpc
terraform apply -target=module.iam
terraform apply -target=module.database
terraform apply -target=module.ec2
terraform apply -target=module.ecs
```