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" {
1414# Module : Cloudtrail Logs
1515# Description : This terraform module is designed to create site-monitoring.
1616module "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+ }
You can’t perform that action at this time.
0 commit comments