Skip to content

[Enhancement]: Add support for unhealthy-node-replacement to EMR cluster resource #36433

@lossycache

Description

@lossycache

Description

The aws_emr_cluster resource should allow modifying a cluster's unhealthy-node-replacement property.

Affected Resource(s) and/or Data Source(s)

  • aws_emr_cluster

Potential Terraform Configuration

resource "aws_emr_cluster" "cluster" {
  name          = "emr-test-arn"
  release_label = "emr-4.6.0"
  applications  = ["Spark"]

  ...
  termination_protection            = false
  unhealthy_node_replacement        = true
}

References

Would you like to implement a fix?

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/emrIssues and PRs that pertain to the emr service.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions