Fix cluster resizes @stroobl (#103)
what
Remove ignore changes for EBS volume size, it breaks resizes.
why
Impossible to (Terraform) resize a cluster with the current code and impossible to apply Terraform after a resize in the console, even after an import of the cluster.
I know there is ongoing work in #101 that might also include a fix for this, but it looks like it will take more time to get that done. This is a basic fix.
references
AWS provider issue: hashicorp/terraform-provider-aws#26031
Cloudposse module issue: #99