Skip to content

Commit e79be3f

Browse files
committed
changed name
1 parent e62e8e3 commit e79be3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ resource "aws_cloudwatch_log_group" "logs" {
9898

9999
# See also the following AWS managed policy: AWSLambdaBasicExecutionRole
100100
resource "aws_iam_policy" "lambda_logging" {
101-
name = "lambda_logging"
101+
name = "${var.app-name}-lambda-logging"
102102
description = "IAM policy for logging from a lambda"
103103

104104
policy = <<EOF

0 commit comments

Comments
 (0)