Skip to content

Commit

Permalink
Add name tag for clamav_db in EFS
Browse files Browse the repository at this point in the history
Description:
- Make it easier to see in the AWS console
  • Loading branch information
nimalank7 committed Nov 29, 2024
1 parent 9b57300 commit 86d4ed8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ locals {
resource "aws_efs_file_system" "clamav-db" {
creation_token = local.clamav_db_name
tags = {
Name = local.clamav_db_name
Description = "EFS where Clamav virus signature database is stored"
}
}
Expand Down

0 comments on commit 86d4ed8

Please sign in to comment.