We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f16cd commit 6a579e2Copy full SHA for 6a579e2
main.tf
@@ -274,6 +274,7 @@ resource "aws_cloudwatch_event_rule" "this" {
274
name = "trigger-lambda-scheduler-${var.name}"
275
description = "Trigger lambda scheduler"
276
schedule_expression = var.cloudwatch_schedule_expression
277
+ tags = var.tags
278
}
279
280
resource "aws_cloudwatch_event_target" "this" {
@@ -297,4 +298,5 @@ resource "aws_lambda_permission" "this" {
297
298
resource "aws_cloudwatch_log_group" "this" {
299
name = "/aws/lambda/${var.name}"
300
retention_in_days = 14
301
302
0 commit comments