Best practice clean up to add more descriptions and stricter type cases on variables.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
variable "backup_policy_plan" {
|
||||
description = "The backup plan (e.g., daily, weekly)"
|
||||
# daily or weekly
|
||||
default = "weekly"
|
||||
type = string
|
||||
|
||||
Reference in New Issue
Block a user