terraform-aws-emr
terraform-aws-emr copied to clipboard
Terraform module to create AWS EMR resources πΊπ¦
## Description I've tried to deploy an EMR cluster using a custom autoscaling policy and it turned out that the cluster gets successfully created but the custom automatic scaling policy...
## Description Terraform Version 1.6.4 Aws Provider Version 5.44.0 Terraform code --- ``` module "emr" { source = "terraform-aws-modules/emr/aws" name = "${lower(var.tenant_name)}-emr-cluster" release_label = var.emr_release applications = var.emr_apps bootstrap_action =...
## Description When disabling `create_iam_instance_profile`, the Terraform apply will fail due to `aws_iam_policy.service_pass_role` not containing any resource.  - [x] β I have searched the open/closed issues and my issue...