Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/murilobsd/mup-infra

Collection of tools for the infrastructure (IaC) of the Mup.
https://github.com/murilobsd/mup-infra

aws k8s terraform

Last synced: about 4 hours ago
JSON representation

Collection of tools for the infrastructure (IaC) of the Mup.

Awesome Lists containing this project

README

        

# Mup Infrastructure

### Terraform

create S3 bucket for storing terraform remote state

```
REGION=us-east-1
S3_NAME=mup-terraform-state
aws s3api create-bucket --bucket $S3_NAME --region $REGION
```