You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Hello, thanks for this project. absolutely love it. I noticed that when i mount to /efs, everything works fine. However, if I set the mount point to /volumes/share for example, the cloud init script fails to create the directory because we need to create the parent directories as well.
As such, at this line, please change it to say mkdir -p $${mount_location}
Hello, thanks for this project. absolutely love it. I noticed that when i mount to /efs, everything works fine. However, if I set the mount point to /volumes/share for example, the cloud init script fails to create the directory because we need to create the parent directories as well.
As such, at this line, please change it to say
mkdir -p $${mount_location}terraform-aws-efs/main.tf
Line 74 in e47530d
Cheers!