Initial terraform configuration

This commit is contained in:
Chris Long
2019-01-06 21:10:07 -08:00
parent 409ba689ec
commit e05e636a9a

View File

@@ -9,8 +9,8 @@
"s3:ListBucket"
],
"Resource":[
"arn:aws:s3:::BUCKET_NAME_GOES_HERE",
"arn:aws:s3:::BUCKET_NAME_GOES_HERE/*"
"arn:aws:s3:::YOUR_BUCKET_GOES_HERE",
"arn:aws:s3:::YOUR_BUCKET_GOES_HERE/*"
]
},
{