Skip to content

Commit 0d403cf

Browse files
committed
fix: update lambda executing role
1 parent a442ab2 commit 0d403cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf-module/unity-cumulus/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ provider "aws" {
77
}
88

99
data "aws_iam_role" "unity_cumulus_lambda_role" {
10-
name = "${var.prefix}-PublishExecutionsLambda"
10+
name = "${var.prefix}-lambda-processing"
1111
}
1212

1313
locals {

0 commit comments

Comments
 (0)