Skip to content

Commit

Permalink
add slack ssl check lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Oct 5, 2020
1 parent 5702708 commit 76edc04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module "site-monitor" {

name = "site-monitor"
application = "clouddrove"
environment = "test1"
environment = "test"
label_order = ["environment", "application", "name"]
enabled = true
monitor_enabled = true
Expand All @@ -28,7 +28,7 @@ module "site-monitor" {
}
}

/*module "alarm" {
module "alarm" {
source = "git::https://github.com/clouddrove/terraform-aws-cloudwatch-alarms.git?ref=tags/0.12.3"

name = "alarm"
Expand All @@ -54,4 +54,4 @@ module "site-monitor" {
Website = "https://google.com",
Status = "WebsiteStatusCode"
}
}*/
}

0 comments on commit 76edc04

Please sign in to comment.