From 97926490054920ddbbc163cd2609dc2e2c379543 Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:40:11 -0700 Subject: [PATCH] PR feedback: fix typo in documentation Co-authored-by: forevermatt --- terraform/070-id-sync/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/070-id-sync/README.md b/terraform/070-id-sync/README.md index d03c37d..0ccbaa0 100644 --- a/terraform/070-id-sync/README.md +++ b/terraform/070-id-sync/README.md @@ -40,7 +40,7 @@ store. - `allow_empty_email` - Whether or not to allow the primary email property to be empty. Default: `false` - `enable_new_user_notification` - Enable email notification to HR Contact upon creation of a new user, if set to 'true'. Default: `false` - `sentry_dsn` - Sentry DSN for error logging and alerting. Obtain from Sentry dashboard: Settings - Projects - (project) - Client Keys -- `event_schedule` - AWS Cloudwatch schedule for the sync task. Use cron format "cron(Minutes Hours Day-of-month Month Day-of-week Year)" where either `day-of-month` or `day-of-week` must be a question mark, or rate format "rate(15 minutes). Default = "cron(*/15 * * * ? *)" +- `event_schedule` - AWS Cloudwatch schedule for the sync task. Use cron format "cron(Minutes Hours Day-of-month Month Day-of-week Year)" where either `day-of-month` or `day-of-week` must be a question mark, or rate format "rate(15 minutes)". Default = "cron(*/15 * * * ? *)" ## Usage Example