[aws_emr_cluster] Unclear if --enable-debugging is actually implemented #9426
Labels
question
A question about existing functionality; most questions are re-routed to discuss.hashicorp.com.
service/emr
Issues and PRs that pertain to the emr service.
Please explain why EMR "step" can be the same with "--enable-debugging" option for EMR cluster.
I suppose there should be an option enable_debugging in addition to log_uri , and adding a step should not be the same as enabling debugging.
As in Enable the Debugging Tool, enabling debugging is an option.
Or with CLI.
Hence, enabling debugging should be independent from using a step. However, it looks currently using a step is the same with enabling debug.
Enable Debug Logging
Debug logging in EMR is implemented as a step. <--- Why debugging is implemented as EMR step?
If this is the case, any step placed in aws_emr_cluster would be enabling debugging, if so, we cannot implement a step without enabling debugging?
PR
Add support for enabling cluster debugging to EMR #1866
resource/aws_emr_cluster: Add step support #3673
The text was updated successfully, but these errors were encountered: