diff --git a/builtin/providers/aws/resource_aws_emr_cluster.go b/builtin/providers/aws/resource_aws_emr_cluster.go index 661972c4e0..784ef70e41 100644 --- a/builtin/providers/aws/resource_aws_emr_cluster.go +++ b/builtin/providers/aws/resource_aws_emr_cluster.go @@ -398,7 +398,7 @@ func resourceAwsEMRClusterUpdate(d *schema.ResourceData, meta interface{}) error InstanceGroups: []*emr.InstanceGroupModifyConfig{ { InstanceGroupId: coreGroup.Id, - InstanceCount: aws.Int64(int64(coreInstanceCount)), + InstanceCount: aws.Int64(int64(coreInstanceCount) - 1), }, }, }