# Feature Request I imagine we're going to want to enable autoscaling on the Notebook EMR cluster created by the terraform modules in this repo. It would be great if the `notebook_cluster` module exposed an `autoscaling_policy` variable that was then plumbed through to the `aws_emr_cluster` resource created at https://github.com/tecton-ai-ext/tecton-terraform-setup/blob/e7fabd83ed602988ecd5d285f69dad3e7dd365ab/emr/notebook_cluster/main.tf#L80 We might also want/need to expose the `autoscaling_role` and `auto_termination_policy` properties. `aws_emr_cluster` [resource documentation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/emr_cluster#autoscaling_policy)