Skip to content

Commit

Permalink
Fixed role name
Browse files Browse the repository at this point in the history
  • Loading branch information
BanaSeba committed Dec 27, 2024
1 parent 7429145 commit 5bb05cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api.nameguard.io/terraform/modules/lambda_api/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ locals {
}

resource "aws_iam_role" "iam_for_lambda" {
name = "iam_for_lambda-${var.env}"
name = "nameguard-lambda-role-${var.env}"
assume_role_policy = data.aws_iam_policy_document.assume_role.json
tags = local.common_tags
}
Expand Down

0 comments on commit 5bb05cb

Please sign in to comment.