Skip to content

Commit

Permalink
Update the control title
Browse files Browse the repository at this point in the history
  • Loading branch information
Subhajit97 authored Jul 21, 2021
1 parent feac3a8 commit ba97473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controls/network.sp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
})
}
}

0 comments on commit ba97473

Please sign in to comment.