We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702758b commit 991869bCopy full SHA for 991869b
terraform/modules/lambdas/main.tf
@@ -55,7 +55,7 @@ resource "aws_iam_role" "entra_role" {
55
}
56
57
resource "aws_iam_policy" "entra_policy" {
58
- name = "${var.ProjectId}-lambda-shared-policy"
+ name = "${var.ProjectId}-entra-policy"
59
policy = jsonencode(({
60
Version = "2012-10-17"
61
Statement = [
0 commit comments