https://github.com/fgimenez/mythril-api-infra
https://github.com/fgimenez/mythril-api-infra
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fgimenez/mythril-api-infra
- Owner: fgimenez
- Created: 2018-10-05T18:30:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T15:22:10.000Z (over 7 years ago)
- Last Synced: 2025-02-01T11:11:03.284Z (over 1 year ago)
- Language: HCL
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### mythril-api-infra
Readies Azure and AWS clusters for API deployment on staging/production. Terraform files are used to managed each environment under `terraform\${PROVIDER}`.
Azure: hosts the staging environment. [Configuration](https://github.com/ConsenSys/mythril-api-infra/tree/master/terraform/azure)
AWS: hosts the production environment. [Configuration](https://github.com/ConsenSys/mythril-api-infra/tree/master/terraform/aws)
CircleCI: Upon merge to `master` CircleCI creates the infrastructure and does basic validation on the configuration using `terraform validate` and `terraform plan`.