Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Terraform Core Version
1.4.6
AWS Provider Version
5.28.0
Affected Resource(s)
aws_emr_cluster
Expected Behavior
For a cluster with a
core_instance_fleet
config with 2ebs_config
I would expect the 2 volumes to be created with the specified sizes (128 and 512GB).Actual Behavior
The CORE instance fleet is created with the default EBS config (32 GB) instead of the specified sizes
It works as expected if I only provide one
ebs_config
block.Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
Run
terraform apply
.The cluster will be created with an incorrect EBS size for the CORE instance sizes
Debug Output
Panic Output
No response
Important Factoids
The EBS config doesn't seem to be included in initial call when creating the cluster.
References
No response
Would you like to implement a fix?
Yes