aws_emr_cluster instance_group not recognized #1716
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/emr
Issues and PRs that pertain to the emr service.
Unable to configure
aws_emr_cluster
using the newinstance_group
syntax. Upgraded from0.9.8
yesterday to have access to the new EMR features, so it could be operator error or local configuration error.Affected Resource(s)
Terraform Configuration Files
Example gist taken from the docs, including
instance_group
definition in #1071:EMR Cluster example with instance_group
Debug Output
Expected Behavior
Should have provisioned a cluster with multiple MASTER and CORE nodes.
Actual Behavior
Complained about not recognizing the
instance_group
key, even though that feature should be available inv0.1.4
.Steps to Reproduce
terraform init
terraform plan
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
The text was updated successfully, but these errors were encountered: