Create
Create an EFS (Elastic File System) for shared persistent storage
tapit create efs name=name [variable=EFS_MOUNT_POINT] [mount_point=/efs] [--ignore-existing]
Required
- name
Parameters
name: Name for the EFS add-on (required)variable: Environment variable name for the mount point (default: EFS_MOUNT_POINT)mount_point: Path where EFS will be mounted in containers (default: /efs)--ignore-existing: Skip creation if a resource with the same name already exists (useful for idempotent scripts)