Skip to content

Commit 66791d8

Browse files
committed
removed file_system_config from basic example
1 parent b3f1663 commit 66791d8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/basic/main.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ module lambda {
7575
security_group_ids = ["sg-3asdfadsfasdfas"]
7676
}
7777

78-
file_system_config = {
79-
efs_access_point_arn = "arn:aws:elasticfilesystem:ap-southeast-1:xxxxxxxxxx:access-point/fsap-xxxxxxxxxx"
80-
local_mount_path = "/mnt/lambda"
81-
}
82-
8378
environment = {
8479
Environment = "test"
8580
}

0 commit comments

Comments
 (0)