realsensesolutions/AWS EFS Volume
Manage AWS EFS volume for Lambda functions using Terraform
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | Desired outcome: apply, plan or destroy | no | apply |
| name | EFS volume name - will be used as the Name tag for the EFS | yes | — |
Outputs
| name | description |
|---|---|
| efs_arn | ARN of the EFS file system |
| efs_id | ID of the EFS file system |
| mount_targets | List of EFS mount target IDs in target subnets |
| access_point_arn | ARN of the EFS access point |