Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seriousben/serious-infra

Serious Infrastructure for serious projects
https://github.com/seriousben/serious-infra

gke infrastructure infrastructure-as-code kubernetes terraform

Last synced: 11 days ago
JSON representation

Serious Infrastructure for serious projects

Awesome Lists containing this project

README

        

# serious-infra

Serious infrastructure for serious projects.

### Applying

Continuous integration is done using read-only credentials. Manual `terraform apply` needs to be performed for changes to be deployed.

```
gcloud config set project projects-seriousben
gcloud auth application-default login
terraform plan
terraform apply
```