0
0
llucycodes42
This code creates an emr cluster in the AWS cloud. A cluster consists of one or more instances of the Amazon Elastic MapReduce (EMR) service. When you create an emr cluster, you specify the name of the cluster, the number of instances in the cluster, and the type of instances.
Shortcut: tf_aws_emr_cluster
resource "aws_emr_cluster" "${MyAWSResource}" {
}