Enable project and volume usage to be optional, off by default, unless the use_project and use_volume variables are set to a positive number
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
variable "volume_size" {
|
||||
default = "0"
|
||||
default = 0
|
||||
type = number
|
||||
}
|
||||
|
Reference in New Issue
Block a user