feat: initial commit
This commit is contained in:
commit
86981a13e3
6 changed files with 293 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal 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**.
|
||||
Reference in a new issue