Moving remaining s3 configuration to its own folder

This commit is contained in:
2023-10-05 22:43:35 -07:00
parent 9bd6cbd3e3
commit da379f20cb
9 changed files with 50 additions and 66 deletions

7
infra/s3/local.tf Normal file
View File

@@ -0,0 +1,7 @@
locals {
buckets = [
"shockrah.xyz",
"resume.shockrah.xyz"
]
}