diff --git a/terraform/aio/vm.tf b/terraform/aio/vm.tf index 36dfa50a59..65ec19184f 100644 --- a/terraform/aio/vm.tf +++ b/terraform/aio/vm.tf @@ -35,7 +35,7 @@ variable "aio_vm_subnet" { variable "aio_vm_volume_size" { type = number - default = 35 + default = 40 } variable "aio_vm_tags" {