-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* This will allow us to get Slack alerts as the day of expiry approaches
- Loading branch information
1 parent
5531770
commit 590d877
Showing
4 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
module "statuscake-tls-monitor" { | ||
source = "github.com/dfe-digital/terraform-statuscake-tls-monitor?ref=v0.1.0" | ||
|
||
statuscake_api_token = local.statuscake_api_token | ||
statuscake_monitored_resource_address = local.statuscake_monitored_resource_address | ||
statuscake_alert_at = [ # days to alert on | ||
60, 30, 14, 7, 3, 1 | ||
] | ||
statuscake_contact_group_name = "Find Information About Academies And Trusts" | ||
statuscake_contact_group_email_addresses = local.monitor_email_receivers | ||
statuscake_contact_group_integrations = ["53598"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters