Skip to content

Commit

Permalink
update event rule version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Dugar committed Jun 25, 2020
1 parent 05ca6bb commit c2feb8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ resource "null_resource" "site-monitor" {
#Module : Cloudtrail Logs
#Description : This terraform module is designed to create site-monitoring.
module "site-monitor-rule" {
source = "git::https://github.com/clouddrove/terraform-aws-cloudwatch-event-rule.git?ref=tags/0.12.0"
source = "git::https://github.com/clouddrove/terraform-aws-cloudwatch-event-rule.git?ref=tags/0.12.1"

name = "site-monitor"
application = var.application
environment = var.environment
label_order = var.label_order
managedby = var.managedby
enabled = var.enabled

description = "Event Rule for site monitor."
Expand Down Expand Up @@ -136,4 +137,4 @@ module "sns" {
protocol = "lambda"
endpoint = module.lambda.arn
delivery_policy = format("%s/_json/delivery_policy.json", path.module)
}
}

0 comments on commit c2feb8d

Please sign in to comment.