You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under the section [Enable Debug Logging(https://registry.terraform.io/providers/figma/aws-4-49-0/latest/docs/resources/emr_cluster#enable-debug-logging), step and hadoop_jar_step requires a list instead of a map.
Documentation Link
https://registry.terraform.io/providers/figma/aws-4-49-0/latest/docs/resources/emr_cluster#enable-debug-logging
Description
Under the section [Enable Debug Logging(https://registry.terraform.io/providers/figma/aws-4-49-0/latest/docs/resources/emr_cluster#enable-debug-logging), step and hadoop_jar_step requires a list instead of a map.
It should be updated from:
To the following:
For step, this is also supported by the aws emr create-cluster documentation where
--step
requires a list of steps to be executed by the cluster.Error received when a map is submitted to the step variable:
Error received when a map is submitted to the hadoop_jar_step variable:
References
https://docs.aws.amazon.com/cli/latest/reference/emr/create-cluster.html
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: