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

https://github.com/fgimenez/mythril-api-infra


https://github.com/fgimenez/mythril-api-infra

Last synced: 6 months ago
JSON representation

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