Skip to content

Commit af4ce3e

Browse files
authored
Merge pull request #8 from waltermaldonado/main
fix: Cloudwatch event rule name from variables
2 parents e32d4a2 + 78a65d7 commit af4ce3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloudwatch.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resource "aws_cloudwatch_log_group" "this" {
88
}
99

1010
resource "aws_cloudwatch_event_rule" "this" {
11-
name = "codecommit-backups"
11+
name = var.name
1212
description = "This rule is used to trigger CodeCommit backups to S3"
1313
event_pattern = <<EOF
1414
{

0 commit comments

Comments
 (0)