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

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: 2 months 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
```