You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the latest version 0.9.4 to create VMs.
This is the terraform code snippet.
From main.tf module
From main.tf I am specifying a 40GB disk
disk_size = 40 * 1024 * 1024 * 1024After terraform apply: ssh into the vm:
Disk /dev/vda: 10 GiB
Terraform plan snippet:
But, when I create the VM with virt-install (using the same source image) I got the 40 GB disk.
What am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions