From a3cc040e04998c1accb0abbae56ea2f4d9938885 Mon Sep 17 00:00:00 2001 From: Isaac Teuscher Date: Thu, 29 Aug 2024 16:54:04 -0600 Subject: [PATCH] Update variables.tf. Fixing typo in comments Fixing typo in comments --- variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}