Ecosyste.ms: Awesome
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: about 4 hours ago
JSON representation
Collection of tools for the infrastructure (IaC) of the Mup.
- Host: GitHub
- URL: https://github.com/murilobsd/mup-infra
- Owner: murilobsd
- License: isc
- Created: 2021-11-14T13:52:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T22:56:16.000Z (almost 3 years ago)
- Last Synced: 2023-08-06T07:43:49.613Z (over 1 year ago)
- Topics: aws, k8s, terraform
- Language: HCL
- Homepage: https://microbio.rs
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```