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

View File

@@ -96,7 +96,7 @@ variable "private_virtual_network_with_public_ip" {
}
variable "os_disk_size_gb" {
type = number
default = 0
default = null
}
variable "source_image_version" {
type = string

View File

@@ -104,7 +104,7 @@ variable "private_virtual_network_with_public_ip" {
}
variable "os_disk_size_gb" {
type = number
default = 0
default = null
}
variable "source_image_version" {
type = string