File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ resource "null_resource" "site-monitor" {
14
14
# Module : Cloudtrail Logs
15
15
# Description : This terraform module is designed to create site-monitoring.
16
16
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 "
18
18
19
19
name = " site-monitor"
20
20
application = var. application
21
21
environment = var. environment
22
22
label_order = var. label_order
23
+ managedby = var. managedby
23
24
enabled = var. enabled
24
25
25
26
description = " Event Rule for site monitor."
@@ -141,4 +142,4 @@ module "sns" {
141
142
protocol = " lambda"
142
143
endpoint = module. lambda . arn
143
144
delivery_policy = format (" %s/_json/delivery_policy.json" , path. module )
144
- }
145
+ }
You can’t perform that action at this time.
0 commit comments