Skip to content

Commit c2feb8d

Browse files
author
Nikita Dugar
authored
update event rule version
1 parent 05ca6bb commit c2feb8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

main.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ resource "null_resource" "site-monitor" {
1414
#Module : Cloudtrail Logs
1515
#Description : This terraform module is designed to create site-monitoring.
1616
module "site-monitor-rule" {
17-
source = "git::https://github.com/clouddrove/terraform-aws-cloudwatch-event-rule.git?ref=tags/0.12.0"
17+
source = "git::https://github.com/clouddrove/terraform-aws-cloudwatch-event-rule.git?ref=tags/0.12.1"
1818

1919
name = "site-monitor"
2020
application = var.application
2121
environment = var.environment
2222
label_order = var.label_order
23+
managedby = var.managedby
2324
enabled = var.enabled
2425

2526
description = "Event Rule for site monitor."
@@ -136,4 +137,4 @@ module "sns" {
136137
protocol = "lambda"
137138
endpoint = module.lambda.arn
138139
delivery_policy = format("%s/_json/delivery_policy.json", path.module)
139-
}
140+
}

0 commit comments

Comments
 (0)