From 832f7154ea2189f082038f8c794712e0c5fd07fd Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 13 May 2024 19:06:40 +0100 Subject: [PATCH] Add suffix variable description --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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