Commit 0848175
authored
Fix runtime configuration for EMR Serverless
Error: Unsupported attribute
β
β on ../terraform-aws-emr/modules/serverless/main.tf line 170, in resource "aws_emrserverless_application" "this":
β 170: classification = runtime_configuration.value.classification
β βββββββββββββββββ
β β runtime_configuration.value is list of object with 1 element
β
β Can't access attributes on a list of objects. Did you mean to access attribute "classification" for a specific element of the list, or across all elements of the list?
β΅
β·
β Error: Unsupported attribute
β
β on ../terraform-aws-emr/modules/serverless/main.tf line 171, in resource "aws_emrserverless_application" "this":
β 171: properties = runtime_configuration.value.properties
β βββββββββββββββββ
β β runtime_configuration.value is list of object with 1 element
β
β Can't access attributes on a list of objects. Did you mean to access attribute "properties" for a specific element of the list, or across all elements of the list?
β΅1 parent f7d37e7 commit 0848175
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
0 commit comments