Skip to content

Commit e1855ce

Browse files
committed
update efs pointer
1 parent 2c1cf77 commit e1855ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform-unity/efs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ resource "aws_efs_access_point" "httpd_config_ap" {
4747
}
4848

4949
root_directory {
50-
path = "/efs"
50+
path = "/"
5151
creation_info {
5252
owner_gid = 1000
5353
owner_uid = 1000

0 commit comments

Comments
 (0)