Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 8, 2023
1 parent 3d2fb6c commit 4071d84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {
efs_access_points = [for p in local.efs_ap : {
label = p.label
name = format("data-%v", p.label)
path = format("/data-%v-%v", p.label)
path = format("/data-%v", p.label)
owner_uid = 51000
owner_gid = 51000
permissions = "755"
Expand Down

0 comments on commit 4071d84

Please sign in to comment.