Best practice clean up to add more descriptions and stricter type cases on variables.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
variable "use_volume" {
|
||||
default = 0
|
||||
type = number
|
||||
description = "Whether to create and attach a block storage volume"
|
||||
default = false
|
||||
type = bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user