From dcb1c7dafd655dbad6bd1f8a371e84e49ef2cb26 Mon Sep 17 00:00:00 2001 From: Public copy <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 02:39:06 +0000 Subject: [PATCH] automated commit Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com> --- tflib/versions/main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tflib/versions/main.tf b/tflib/versions/main.tf index b17b62b93..20f3d7434 100644 --- a/tflib/versions/main.tf +++ b/tflib/versions/main.tf @@ -4,7 +4,8 @@ variable "package" { // Note: unused variable "eol-grace-months" { - default = 0 + description = "Length of time to allow EOL versions to be included in versions output. Default set to 1 month." + default = 0 } // Note: unused