mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 01:03:18 +08:00
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" {
|
||||
type = number
|
||||
default = 0
|
||||
default = null
|
||||
}
|
||||
variable "source_image_version" {
|
||||
type = string
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user