We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d5057 commit 27d1372Copy full SHA for 27d1372
1 file changed
infrastructure/modules/aws-backup-source/variables.tf
@@ -16,6 +16,7 @@ variable "component" {
16
variable "name" {
17
type = string
18
description = "The variable encapsulating the name of this bucket"
19
+ default = "backup"
20
}
21
22
variable "default_tags" {
0 commit comments