Closed eversC closed 8 months ago
Hey, @eversC! 👋
I will check this out and will let you know shortly what would be the ideal migration scenario.
Hey, @eversC! 👋
Yes, it should be good to change it in one run. Here's how it works:
disk_space
is set to, for example, 630GiB
, set the additional_disk_space
to 30GiB
(because 600 GiB is already included in the plan itself, and therefore the additional disk space you request is only 30 GiB).I hope this answers your question!
Please let me know if you have anything else to add here. I will close this issue for now.
that's great thanks for getting back to me @Serpentiel! 🙏
What can we help you with?
disk_space
attribute on theaiven_kafka
resource is deprecated, I see this warning in terraform plan/apply:please advise on how I can safely stop using the
disk_space
attributeif I remove the attribute, terraform suggests it's going to update the cluster in place (even if I specify an accompanying
additional_disk_space
attribute), and it's not clear how safe that'll be to apply.Where would you expect to find this information?
I'd expect to find this information in the provider docs for the
aiven_kafka
resource.