Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nalbam/terraform-aws-ecs-fargate
https://github.com/nalbam/terraform-aws-ecs-fargate
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nalbam/terraform-aws-ecs-fargate
- Owner: nalbam
- License: gpl-3.0
- Created: 2018-11-08T06:29:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T02:55:42.000Z (about 4 years ago)
- Last Synced: 2024-05-27T15:17:44.492Z (6 months ago)
- Language: HCL
- Homepage: https://registry.terraform.io/modules/nalbam/ecs-fargate/aws/latest
- Size: 76.2 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# terraform-aws-ecs-fargate
```bash
# aws-cli > 1.15.32
pip3 install awscli# terraform
brew install terraform# region
aws configure set default.region ap-northeast-2# terraform (10m)
terraform init
terraform plan
terraform apply
```