Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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=
``