diff --git a/terraform/application/config/production.tfvars.json b/terraform/application/config/production.tfvars.json index e7107ce..41edadf 100644 --- a/terraform/application/config/production.tfvars.json +++ b/terraform/application/config/production.tfvars.json @@ -4,5 +4,6 @@ "environment": "production", "enable_postgres_backup_storage" : true, "external_url": "https://find-a-teaching-school-hub.education.gov.uk/healthcheck", - "enable_monitoring": true + "enable_monitoring": true, + "statuscake_contact_groups": [291418] }