Skip to content

Commit

Permalink
Merge pull request #1540 from alphagov/remove-clamav-db-efs
Browse files Browse the repository at this point in the history
Remove clamav_db_efs
  • Loading branch information
nimalank7 authored Dec 5, 2024
2 parents 39e4fc9 + b0396ce commit f8a4584
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 39 deletions.
34 changes: 0 additions & 34 deletions terraform/deployments/cluster-infrastructure/clamav_db_efs.tf

This file was deleted.

4 changes: 0 additions & 4 deletions terraform/deployments/cluster-infrastructure/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ output "monitoring_namespace" {
value = local.monitoring_namespace
}

output "clamav_db_efs_id" {
value = aws_efs_file_system.clamav-db.id
}

output "public_nat_gateway_ips" {
value = [for eip in aws_eip.eks_nat : eip.public_ip]
}
Expand Down
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 is stored here. Asset Manager and Whitehall attachments are stored here temporarily for malware scanning before being transferred to S3."
}
}

Expand Down

0 comments on commit f8a4584

Please sign in to comment.