Skip to content

Commit

Permalink
Rename policy to make purpose clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJKing committed Nov 17, 2023
1 parent 01d9792 commit ce98264
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/notifications.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ resource "aws_iam_policy" "notifications_kms_bucket_key_policy" {

resource "aws_iam_policy" "transform_engine_notifications_lambda_policy" {
count = local.transform_engine_count
policy = templatefile("${path.module}/templates/notifications_transform_engine_lambda.json.tpl", {
policy = templatefile("${path.module}/templates/notifications_lambda_da_event_bus_policy.json.tpl", {
da_event_bus_arn = var.da_event_bus_arn,
da_event_bus_kms_key_arn = var.da_event_bus_kms_key_arn
})
Expand Down

0 comments on commit ce98264

Please sign in to comment.