Skip to content

Commit

Permalink
Remove clamv_db_efs
Browse files Browse the repository at this point in the history
Description:
- Nothing uses this anymore
- As part of alphagov/govuk-helm-charts#1883
  • Loading branch information
nimalank7 committed Nov 29, 2024
1 parent 7efa5fb commit fb59760
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
34 changes: 0 additions & 34 deletions terraform/deployments/cluster-infrastructure/clamav_db_efs.tf

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "aws_efs_file_system" "assets_efs" {
creation_token = "blue-assets"
tags = {
"Name" = "asset-manager"
"Description" = "Asset Manager and Whitehall attachments are stored here temporarily for malware scanning before being transferred to S3."
"Description" = "ClamAV database configuration, Asset Manager and Whitehall attachments are stored here temporarily for malware scanning before being transferred to S3."
}
}

Expand Down

0 comments on commit fb59760

Please sign in to comment.