Skip to content

Commit

Permalink
update efs pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
buggtb committed Feb 28, 2024
1 parent 2c1cf77 commit e1855ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-unity/efs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ resource "aws_efs_access_point" "httpd_config_ap" {
}

root_directory {
path = "/efs"
path = "/"
creation_info {
owner_gid = 1000
owner_uid = 1000
Expand Down

0 comments on commit e1855ce

Please sign in to comment.