1
0
Fork 0

feat: initial commit

This commit is contained in:
Vojtěch Mareš 2024-10-16 10:58:42 +02:00
commit 86981a13e3
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
6 changed files with 293 additions and 0 deletions

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# strapi-infrastructure
This repository holds Terraform code to provision necessary infrastructure for
running Strapi as my CMS.
This manages the following AWS resources:
- S3 bucket
- IAM user
- IAM user permissions
- IAM user permission attachment
This is done for two environments, **live** and **local**.