diff --git a/variables.tf b/variables.tf index 4357afe..df5d2ea 100644 --- a/variables.tf +++ b/variables.tf @@ -53,7 +53,7 @@ variable "enabled_products" { variable "security_hub_enabled" { type = bool default = true - description = "To Enable seucirty-hub in aws account" + description = "To enable Security Hub in AWS account" } variable "member_details" { @@ -74,4 +74,4 @@ variable "enable" { variable "name" { type = string default = "" -} \ No newline at end of file +}