diff --git a/examples/efs-persistent-volumes/settings.efs-access-points.tf b/examples/efs-persistent-volumes/settings.efs-access-points.tf index 88326de..b436651 100644 --- a/examples/efs-persistent-volumes/settings.efs-access-points.tf +++ b/examples/efs-persistent-volumes/settings.efs-access-points.tf @@ -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"