Skip to content

Commit

Permalink
Update ebs_with_low_usage control description
Browse files Browse the repository at this point in the history
  • Loading branch information
cbruno10 authored Jun 24, 2021
1 parent 249fa29 commit 9c23122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controls/ebs.sp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ control "ebs_volumes_on_stopped_instances" {

control "ebs_with_low_usage" {
title = "Are there any EBS volumes with low usage?"
description = "Instances that are unused should be archived and deleted"
description = "Volumes that are unused should be archived and deleted"
sql = query.low_usage_ebs_volumes.sql
severity = "low"
tags = merge(local.ebs_common_tags, {
Expand All @@ -109,4 +109,4 @@ control "old_snapshots" {
tags = merge(local.ebs_common_tags, {
class = "unused"
})
}
}

0 comments on commit 9c23122

Please sign in to comment.