Fix disk space issue (#12524)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user