Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Codelax committed Mar 18, 2024
1 parent 595eb71 commit dfc971c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/job_definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ The following arguments are supported:
- `timeout` - (Optional) The job run timeout, in Go Time format (ex: `2h30m25s`)
- `env` - (Optional) The environment variables of the container.
- `cron` - (Optional) The cron configuration
- `schedule` - Cron format string.
- `timezone` - The timezone, must be a canonical TZ identifier as found in this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
- `schedule` - Cron format string.
- `timezone` - The timezone, must be a canonical TZ identifier as found in this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
- `region` - (Defaults to [provider](../index.md#region) `region`) The [region](../guides/regions_and_zones.md#regions) of the Job.
- `project_id` - (Defaults to [provider](../index.md#project_id) `project_id`) The ID of the project the Job is associated with.

Expand Down

0 comments on commit dfc971c

Please sign in to comment.