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 4990621 commit 1a7aa42Copy full SHA for 1a7aa42
terraform/modules/lambdas/main.tf
@@ -123,7 +123,7 @@ resource "aws_iam_policy" "entra_policy" {
123
}
124
125
resource "aws_iam_policy" "api_only_policy" {
126
- name = "${var.ProjectId}-entra-policy"
+ name = "${var.ProjectId}-api-only-policy"
127
policy = jsonencode(({
128
Version = "2012-10-17"
129
Statement = [
0 commit comments