Skip to content

Commit 1a7aa42

Browse files
committed
fix name
1 parent 4990621 commit 1a7aa42

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
@@ -123,7 +123,7 @@ resource "aws_iam_policy" "entra_policy" {
123123
}
124124

125125
resource "aws_iam_policy" "api_only_policy" {
126-
name = "${var.ProjectId}-entra-policy"
126+
name = "${var.ProjectId}-api-only-policy"
127127
policy = jsonencode(({
128128
Version = "2012-10-17"
129129
Statement = [

0 commit comments

Comments
 (0)