Skip to content

Commit b9bacf5

Browse files
committed
update efs
1 parent e81e235 commit b9bacf5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

terraform-unity/efs.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ resource "aws_efs_access_point" "httpd_config_ap" {
4141
file_system_id = aws_efs_file_system.httpd_config_efs.id
4242

4343
posix_user {
44-
gid = 1001
45-
uid = 1001
44+
gid = 1000
45+
uid = 1000
4646
}
4747

4848
root_directory {
49-
path = "/"
49+
path = "/efs"
5050
creation_info {
51-
owner_gid = 1001
52-
owner_uid = 1001
51+
owner_gid = 1000
52+
owner_uid = 1000
5353
permissions = "0755"
5454
}
5555
}

0 commit comments

Comments
 (0)