From 98ee99f405587f7d796f990e677b9a318fd81ebe Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Sat, 18 Mar 2017 16:49:12 +0000 Subject: [PATCH] provider/aws: Add the documentation for autoscaling_role to emr_cluster (#12847) --- website/source/docs/providers/aws/r/emr_cluster.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/emr_cluster.html.md b/website/source/docs/providers/aws/r/emr_cluster.html.md index 9568cb54bc..e2c19172d4 100644 --- a/website/source/docs/providers/aws/r/emr_cluster.html.md +++ b/website/source/docs/providers/aws/r/emr_cluster.html.md @@ -80,10 +80,10 @@ flow. Defined below the cluster nodes. Defined below * `configurations` - (Optional) List of configurations supplied for the EMR cluster you are creating * `visible_to_all_users` - (Optional) Whether the job flow is visible to all IAM users of the AWS account associated with the job flow. Default `true` +* `autoscaling_role` - (Optional) An IAM role for automatic scaling policies. The IAM role provides permissions that the automatic scaling feature requires to launch and terminate EC2 instances in an instance group. * `tags` - (Optional) list of tags to apply to the EMR Cluster - ## ec2\_attributes Attributes for the Amazon EC2 instances running the job flow