diff --git a/variables.tf b/variables.tf index c7ccb09..0a969bc 100644 --- a/variables.tf +++ b/variables.tf @@ -63,6 +63,6 @@ variable "rejected_patches" { variable "suffix" { type = string - description = "When creating multiple patch schedules per environment, a suffix can be used to differentiate resources " + description = "When creating multiple patch schedules per environment, a suffix can be used to differentiate resources" default = null } \ No newline at end of file