Skip to content

Commit e24997e

Browse files
committed
fix build error 'Error: Unset variable extra_build_volume_size'
1 parent f54d37d commit e24997e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packer/openstack.pkr.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ variable "volume_size" {
135135

136136
variable "extra_build_volume_size" {
137137
type = number
138+
default = null
138139
}
139140

140141
variable "image_disk_format" {

0 commit comments

Comments
 (0)