We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e32d4a2 + 78a65d7 commit af4ce3eCopy full SHA for af4ce3e
1 file changed
cloudwatch.tf
@@ -8,7 +8,7 @@ resource "aws_cloudwatch_log_group" "this" {
8
}
9
10
resource "aws_cloudwatch_event_rule" "this" {
11
- name = "codecommit-backups"
+ name = var.name
12
description = "This rule is used to trigger CodeCommit backups to S3"
13
event_pattern = <<EOF
14
{
0 commit comments