Skip to content

Commit 06959e5

Browse files
authored
Update main.tf
1 parent b237f2a commit 06959e5

File tree

1 file changed

+1
-1
lines changed
  • terraform-project-api-gateway_module

1 file changed

+1
-1
lines changed

terraform-project-api-gateway_module/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ resource "null_resource" "download_lambda_zip" {
4848

4949
# CloudWatch Log Group for Unity CS Common Auth Lambda
5050
resource "aws_cloudwatch_log_group" "cs_common_lambda_auth_log_group" {
51-
name = "/aws/lambda/${var.unity_cs_lambda_authorizer_function_name}"
51+
name = "/aws/lambda/${var.deployment_name}-${var.unity_cs_lambda_authorizer_function_name}"
5252
retention_in_days = 14
5353
}
5454

0 commit comments

Comments
 (0)