diff --git a/variables.tf b/variables.tf index 9eb7780..46d34ab 100644 --- a/variables.tf +++ b/variables.tf @@ -44,8 +44,9 @@ variable "password_length" { } variable "lacework_integration_name" { - type = string - default = "TF config" + type = string + default = "TF config" + description = "The Lacework integration name" } variable "wait_time" {