Skip to content

Commit

Permalink
Small documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Mar 13, 2018
1 parent c4f7781 commit 6d96f4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/scheduler_job_collection.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ resource "azurerm_scheduler_job_collection" "jobs" {
state = "enabled"
quota {
max_job_count = 5
max_retry_interval = 24
max_job_count = 5
max_retry_interval = 24
max_recurrence_frequency = "hour"
}
}
Expand All @@ -48,7 +48,7 @@ The following arguments are supported:

* `sku` - (Required) Sets the Job Collection's pricing level's SKU. Possible values include: `Standard`, `Free`, `P10Premium`, `P20Premium`.

* `state` - (Optional) Sets Job Collection's state. Possible values include: `Enabled`, `Disabled`, `Suspended`, `Deleted`.
* `state` - (Optional) Sets Job Collection's state. Possible values include: `Enabled`, `Disabled`, `Suspended`.

* `quota` - (Optional) Configures the Job collection quotas as documented in the `quota` block below.

Expand Down

0 comments on commit 6d96f4e

Please sign in to comment.