Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmanzur/terraform-aws-ecs-test
Terraform example to provision a ECS, ECR, DocumentDB and Api Gateway
https://github.com/hmanzur/terraform-aws-ecs-test
aws aws-documentdb aws-ecr aws-ecs aws-ecs-fargate aws-ecs-service
Last synced: 8 days ago
JSON representation
Terraform example to provision a ECS, ECR, DocumentDB and Api Gateway
- Host: GitHub
- URL: https://github.com/hmanzur/terraform-aws-ecs-test
- Owner: hmanzur
- Created: 2020-08-23T17:45:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T01:00:50.000Z (over 4 years ago)
- Last Synced: 2024-10-28T06:30:19.545Z (about 2 months ago)
- Topics: aws, aws-documentdb, aws-ecr, aws-ecs, aws-ecs-fargate, aws-ecs-service
- Language: HCL
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform-aws-ecs-test
Terraform v0.12.29 example to provision a ECS, ECR, DocumentDB and Api Gateway
## Setup Variables
```console
export AWS_PROFILE=
export TF_VAR_db_username=
export TF_VAR_db_password=
``