Skip to content

Commit

Permalink
chore: add descriptions to input variables
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosaml committed Jul 26, 2024
1 parent a5855f4 commit 3853331
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down Expand Up @@ -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
}
}

0 comments on commit 3853331

Please sign in to comment.