Open chancez opened 7 years ago
just for completeness: this is an upstream issue
Getting the same thing on 0.9.4:
root_block_device.#: "1" => "1" root_block_device.0.delete_on_termination: "false" => "false" root_block_device.0.iops: "120" => "<computed>" root_block_device.0.volume_size: "40" => "60" (forces new resource) root_block_device.0.volume_type: "gp2" => "gp2"
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html indicates that you can resize disks live on nodes. I've found a few things on Terraform's github issues that indicate it should support this as of 0.8.8 (https://github.com/hashicorp/terraform/issues/11931), but I also found https://github.com/hashicorp/terraform/issues/12697 which reports someone experiencing the same issue on 0.8.8.
Here's the output of my
terraform plan platforms/aws