Skip to content

Commit fc7f1ed

Browse files
committed
update mounts
1 parent 1a2226a commit fc7f1ed

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
@@ -51,7 +51,7 @@ resource "aws_efs_access_point" "httpd_config_ap" {
5151
creation_info {
5252
owner_gid = 1000
5353
owner_uid = 1000
54-
permissions = "0755"
54+
permissions = "0777"
5555
}
5656
}
5757

0 commit comments

Comments
 (0)