Skip to content

Commit

Permalink
PR feedback: fix typo in documentation
Browse files Browse the repository at this point in the history
Co-authored-by: forevermatt <[email protected]>
  • Loading branch information
briskt and forevermatt authored Nov 7, 2023
1 parent 12b6040 commit 9792649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/070-id-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9792649

Please sign in to comment.