Skip to content

Commit de6df00

Browse files
committed
add default name
1 parent 00500aa commit de6df00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
########################################
44

55
variable "name" {
6-
description = "Moniker to apply to all resources in the module"
6+
default = "securityhub"
7+
description = "Moniker to apply to or prefix all resources in the module"
78
type = string
89
}
910

0 commit comments

Comments
 (0)