terraform-aws-emr icon indicating copy to clipboard operation
terraform-aws-emr copied to clipboard

Terraform module to create AWS EMR resources πŸ‡ΊπŸ‡¦

Results 3 terraform-aws-emr issues
Sort by recently updated
recently updated
newest added

## 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...

stale

## 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. ![SCR-20240703-ktdq](https://github.com/terraform-aws-modules/terraform-aws-emr/assets/22890731/d8fa1bf6-e6d4-41e0-af1d-f5d07041fb2c) - [x] βœ‹ I have searched the open/closed issues and my issue...