Best practice clean up to add more descriptions and stricter type cases on variables.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
variable "volume_size" {
|
||||
default = 0
|
||||
type = number
|
||||
description = "The size of the block storage volume in GB"
|
||||
default = 0
|
||||
type = number
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user