add volume_size
This commit is contained in:
parent
533b81d43a
commit
458c366bef
|
@ -58,4 +58,10 @@ variable "instance_type" {
|
||||||
)
|
)
|
||||||
error_message = "Instance_type must be set to a valid vm 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