Skip to content

Commit 991869b

Browse files
committed
fix role name
1 parent 702758b commit 991869b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/lambdas/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ resource "aws_iam_role" "entra_role" {
5555
}
5656

5757
resource "aws_iam_policy" "entra_policy" {
58-
name = "${var.ProjectId}-lambda-shared-policy"
58+
name = "${var.ProjectId}-entra-policy"
5959
policy = jsonencode(({
6060
Version = "2012-10-17"
6161
Statement = [

0 commit comments

Comments
 (0)