Fix disk space issue (#12524)

This commit is contained in:
Alexey-Ayupov
2025-07-03 13:04:15 +02:00
committed by GitHub
parent cd16ce25c6
commit 5f33e416c5
2 changed files with 2 additions and 2 deletions
@@ -96,7 +96,7 @@ variable "private_virtual_network_with_public_ip" {
} }
variable "os_disk_size_gb" { variable "os_disk_size_gb" {
type = number type = number
default = 0 default = null
} }
variable "source_image_version" { variable "source_image_version" {
type = string type = string
@@ -104,7 +104,7 @@ variable "private_virtual_network_with_public_ip" {
} }
variable "os_disk_size_gb" { variable "os_disk_size_gb" {
type = number type = number
default = 0 default = null
} }
variable "source_image_version" { variable "source_image_version" {
type = string type = string