Skip to content

Commit

Permalink
Update ses_logging.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed May 10, 2024
1 parent 37354d5 commit 6e31aea
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions terraform/environments/delius-jitbit/ses_logging.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@
# tags = local.tags
# }

# data "aws_iam_policy_document" "lambda_assume_role_policy" {
# statement {
# actions = ["sts:AssumeRole"]
# principals {
# type = "Service"
# identifiers = ["lambda.amazonaws.com"]
# }
# }
# }
data "aws_iam_policy_document" "lambda_assume_role_policy" {
statement {
actions = ["sts:AssumeRole"]
principals {
type = "Service"
identifiers = ["lambda.amazonaws.com"]
}
}
}

# resource "aws_iam_role_policy" "lambda_logging" {
# name = "lambda-logging"
Expand Down

0 comments on commit 6e31aea

Please sign in to comment.