add volume_size
This commit is contained in:
parent
533b81d43a
commit
458c366bef
|
@ -59,3 +59,9 @@ variable "instance_type" {
|
|||
error_message = "Instance_type must be set to a valid vm instance type."
|
||||
}
|
||||
}
|
||||
|
||||
variable "volume_size" {
|
||||
description = "Instance volume size in Gigabytes"
|
||||
default = 10
|
||||
type = number
|
||||
}
|
Loading…
Reference in New Issue