cloudposse / terraform-aws-emr-cluster

Terraform module to provision an Elastic MapReduce (EMR) cluster on AWS
https://cloudposse.com/accelerate
Apache License 2.0
72 stars 81 forks source link

How do I enable debug logging in this module #7

Closed yujunz closed 4 years ago

yujunz commented 5 years ago

As described in https://www.terraform.io/docs/providers/aws/r/emr_cluster.html#enable-debug-logging , Debug logging in EMR is implemented as a step.

aknysh commented 5 years ago

looks like step is not implemented. You can open a PR with the required changes, we'll review it, thanks