Expose a few more configurable items and add input validators
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
variable "backups" {
|
||||
default = true
|
||||
description = "Boolean controlling if backups are made"
|
||||
type = bool
|
||||
}
|
||||
Reference in New Issue
Block a user