Skip to content

Commit 5eddc1b

Browse files
committed
Tweak the documentation
1 parent 92b4f5c commit 5eddc1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/r/emrserverless_application.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This resource supports the following arguments:
7474
* `name` - (Required) The name of the application.
7575
* `network_configuration` - (Optional) The network configuration for customer VPC connectivity.
7676
* `release_label` - (Required) The EMR release version associated with the application.
77-
* `scheduler_configuration` - (Optional) Scheduler configuration for batch and streaming jobs running on this application. Supported with release labels emr-7.0.0 and above. See [scheduler_configuration Arguments](#scheduler_configuration-arguments) below.
77+
* `scheduler_configuration` - (Optional) Scheduler configuration for batch and streaming jobs running on this application. Supported with release labels `emr-7.0.0` and above. See [scheduler_configuration Arguments](#scheduler_configuration-arguments) below.
7878
* `type` - (Required) The type of application you want to start, such as `spark` or `hive`.
7979
* `tags` - (Optional) Key-value mapping of resource tags. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
8080

@@ -128,8 +128,8 @@ This resource supports the following arguments:
128128
When an empty `scheduler_configuration {}` block is specified, the feature is enabled with default settings.
129129
To disable the feature after it has been enabled, remove the block from the configuration.
130130

131-
* `max_concurrent_runs` - (Optional) Maximum concurrent job runs on this application. Valid range is 1 to 1000. Defaults to 15.
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.
131+
* `max_concurrent_runs` - (Optional) Maximum concurrent job runs on this application. Valid range is `1` to `1000`. Defaults to `15`.
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`.
133133

134134
## Attribute Reference
135135

0 commit comments

Comments
 (0)