. resize the partition
https://github.com/EugenMayer/parted-auto-resize
./resize.sh /dev/sda 1 apply
[ok] would/will resize to from 15357MB to 21475MB
[ok] applying resize operation..
Warning: Partition /dev/sda1 is being used. Are you sure you want to continue?
parted: invalid token: 21475
Yes/No? Yes
End? [16.1GB]? 21475
Information: You may need to update /etc/fstab.
. resize the FS
resize2fs /dev/sda1
Change variables.tf > vm_size > default = n2d-custom-2-4096
terraform plan -out VM-resize.plan terraform apply VM-resize.plan