Files
gregh.dev/terraform/github-role-policy.json
Greg Hendrickson a9db14a036 feat: Migrate to AWS CloudFront and update resume (#11)
* variables -> env

* update

* mv to vars

* update year in experience

* mv to src folder

* remove old files

* Migrate to AWS CloudFront and update resume
2025-12-20 11:49:58 -08:00

28 lines
575 B
JSON

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:DeleteObject",
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::gregh.dev",
"arn:aws:s3:::gregh.dev/*"
]
},
{
"Effect": "Allow",
"Action": [
"cloudfront:CreateInvalidation",
"cloudfront:GetInvalidation",
"cloudfront:ListInvalidations"
],
"Resource": "arn:aws:cloudfront::471112517070:distribution/ERJQO1UEJ8IM7"
}
]
}