diff --git a/controls/network.sp b/controls/network.sp index 8c56845..cf3f1d0 100644 --- a/controls/network.sp +++ b/controls/network.sp @@ -26,11 +26,11 @@ control "unattached_eips" { } control "unused_vpc_nat_gateways" { - title = "VPC NAT gateway available and unused should be reviewed" + title = "Unused NAT gateways should be reviewed" description = "NAT Gateway is charged on an hourly basis once it is provisioned and available, check why these are available but not used." sql = query.vpc_nat_gateway_unused.sql severity = "low" tags = merge(local.vpc_common_tags, { class = "unused" }) -} \ No newline at end of file +}