Skip to content

Commit

Permalink
Merge branch 'master' of github.com:clouddrove/terraform-aws-site-mon…
Browse files Browse the repository at this point in the history
…itor
  • Loading branch information
anmolnagpal committed Jun 29, 2020
2 parents 0d2c684 + c2feb8d commit dfda753
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 @@ -141,4 +142,4 @@ module "sns" {
protocol = "lambda"
endpoint = module.lambda.arn
delivery_policy = format("%s/_json/delivery_policy.json", path.module)
}
}

0 comments on commit dfda753

Please sign in to comment.