add more actions to smtp sending policy

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-08-06 09:02:10 -04:00
parent 8b289d8e65
commit 82e34bdfb0
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 4 additions and 1 deletions

View File

@ -24,7 +24,10 @@ resource "aws_iam_policy" "smtp" {
"Statement": [
{
"Effect": "Allow",
"Action": "ses:SendRawEmail",
"Action": [
"SES:SendEmail",
"SES:SendRawEmail"
],
"Resource": "*"
}
]