diff --git a/terraform/deployments/cluster-infrastructure/clamav_db_efs.tf b/terraform/deployments/cluster-infrastructure/clamav_db_efs.tf index 5d41b8190..1546f9753 100644 --- a/terraform/deployments/cluster-infrastructure/clamav_db_efs.tf +++ b/terraform/deployments/cluster-infrastructure/clamav_db_efs.tf @@ -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" } }