-
-
Couldn't load subscription status.
- Fork 108
Fix cluster resizes #103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix cluster resizes #103
Conversation
5bdbf54 to
f86e27a
Compare
hans-d
commented
Feb 27, 2024
/terratest
hans-d
commented
Mar 2, 2024
@stroobl can you do the action as mentioned in https://github.com/cloudposse/terraform-aws-msk-apache-kafka-cluster/actions/runs/8071242438/job/22050449751?pr=103 ?
@stroobl can you do the action as mentioned in https://github.com/cloudposse/terraform-aws-msk-apache-kafka-cluster/actions/runs/8071242438/job/22050449751?pr=103 ?
@hans-d I don't see anything to commit after make init && make readme. Maybe because of the merge of the main branch now?
hans-d
commented
Mar 6, 2024
/terratest
Uh oh!
There was an error while loading. Please reload this page.
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