Skip to content

Commit 922295a

Browse files
johnsonajjar-b
andauthored
Apply suggestions from code review
Co-authored-by: Jared Baker <[email protected]>
1 parent 962adda commit 922295a

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
@@ -59,7 +59,7 @@ resource "aws_emrserverless_application" "example" {
5959
}
6060
```
6161

62-
### Application Configuration Usage
62+
### Runtime Configuration Usage
6363

6464
```terraform
6565
resource "aws_emrserverless_application" "example" {
@@ -89,7 +89,7 @@ resource "aws_emrserverless_application" "example" {
8989
This resource supports the following arguments:
9090

9191
* `region` - (Optional) Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference).
92-
* `application_configuration` - (Optional) A configuration specification to be used when provisioning an application. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.
92+
* `runtime_configuration` - (Optional) A configuration specification to be used when provisioning an application. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.
9393
* `architecture` - (Optional) The CPU architecture of an application. Valid values are `ARM64` or `X86_64`. Default value is `X86_64`.
9494
* `auto_start_configuration` - (Optional) The configuration for an application to automatically start on job submission.
9595
* `auto_stop_configuration` - (Optional) The configuration for an application to automatically stop after a certain amount of time being idle.
@@ -113,7 +113,7 @@ This resource supports the following arguments:
113113
* `enabled` - (Optional) Enables the application to automatically stop after a certain amount of time being idle. Defaults to `true`.
114114
* `idle_timeout_minutes` - (Optional) The amount of idle time in minutes after which your application will automatically stop. Defaults to `15` minutes.
115115

116-
### application_configuration Arguments
116+
### runtime_configuration Arguments
117117

118118
* `classification` - (Required) The classification within a configuration.
119119
* `properties` - (Optional) A set of properties specified within a configuration classification.

0 commit comments

Comments
 (0)