We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ceae67 commit 9e0c0ffCopy full SHA for 9e0c0ff
main.tf
@@ -400,7 +400,6 @@ module "efs_sg" {
400
vpc_id = local.vpc_id
401
description = "Security group allowing access to the EFS storage"
402
403
- ingress_cidr_blocks = [var.cidr]
404
ingress_with_source_security_group_id = [{
405
rule = "nfs-tcp",
406
source_security_group_id = module.atlantis_sg.security_group_id
0 commit comments