From 385333126b82309ff229f556ab609795777d32d2 Mon Sep 17 00:00:00 2001 From: Carlos Lopes Date: Fri, 26 Jul 2024 11:57:21 -0300 Subject: [PATCH] chore: add descriptions to input variables --- variables.tf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index ed4e09c..e3ba782 100644 --- a/variables.tf +++ b/variables.tf @@ -51,7 +51,8 @@ variable "advanced_backup_setting" { backup_options = string resource_type = string }) - default = null + description = "An object that specifies backup options for each resource type" + default = null } variable "backup_resources" { @@ -129,4 +130,4 @@ variable "backup_vault_lock_configuration" { `changeable_for_days` - The number of days before the lock date. If omitted creates a vault lock in `governance` mode, otherwise it will create a vault lock in `compliance` mode. EOT default = null -} \ No newline at end of file +}