Closed mehemken closed 5 years ago
Actually, increasing the disk size does not work. Is this feature not implemented yet?
We have supported the disk resize in new version, please be patient.
We have fixed it in v1.24.0, please check it, thank you very much!
So...
terraform apply
allows me to change the size of a disk to be smaller than the current size. Apply is completed successfully. But no change happens on the console. Aterraform plan
done immediately after a successful apply results in sending the same request to alicloud.debug output
Expected behavior
Changing the size should be allowed only if size is increased. The opposite (decreasing size) should not be allowed. Terraform should reject decreasing the size of a disk.