-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/emrIssues and PRs that pertain to the emr service.Issues and PRs that pertain to the emr service.
Milestone
Description
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
- Unhealthy node replacement docs: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-node-replacement.html
- GO SDK docs: https://docs.aws.amazon.com/sdk-for-go/api/service/emr/#EMR.SetUnhealthyNodeReplacement
Would you like to implement a fix?
None
acwwat
Metadata
Metadata
Assignees
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/emrIssues and PRs that pertain to the emr service.Issues and PRs that pertain to the emr service.