Skip to content

Commit 92b4f5c

Browse files
committed
Fix the documentation
1 parent 5da4638 commit 92b4f5c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/docs/r/emrserverless_application.html.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,11 @@ This resource supports the following arguments:
125125

126126
### scheduler_configuration Arguments
127127

128+
When an empty `scheduler_configuration {}` block is specified, the feature is enabled with default settings.
129+
To disable the feature after it has been enabled, remove the block from the configuration.
130+
128131
* `max_concurrent_runs` - (Optional) Maximum concurrent job runs on this application. Valid range is 1 to 1000. Defaults to 15.
129-
* `queue_timeout_minutes` - (Optional) Maximum duration in minutes for the job in QUEUED state. Valid range is from 15 to 720. Defaults to 360 minutes.
132+
* `queue_timeout_minutes` - (Optional) Maximum duration in minutes for the job in QUEUED state. Valid range is from 15 to 720. Defaults to 360.
130133

131134
## Attribute Reference
132135

0 commit comments

Comments
 (0)