Skip to content

Commit 9e0c0ff

Browse files
authored
fix: Remove unneeded ingress for EFS traffic from the entire VPC (#318)
1 parent 5ceae67 commit 9e0c0ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ module "efs_sg" {
400400
vpc_id = local.vpc_id
401401
description = "Security group allowing access to the EFS storage"
402402

403-
ingress_cidr_blocks = [var.cidr]
404403
ingress_with_source_security_group_id = [{
405404
rule = "nfs-tcp",
406405
source_security_group_id = module.atlantis_sg.security_group_id

0 commit comments

Comments
 (0)