Skip to content

v2.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 23:41
· 10 commits to main since this release
a885f49
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