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
| <aname="input_efs_transition_to_ia"></a> [efs\_transition\_to\_ia](#input\_efs\_transition\_to\_ia)| Indicates how long it takes to transition files to the IA storage class. Valid values: AFTER\_1\_DAY, AFTER\_7\_DAYS, AFTER\_14\_DAYS, AFTER\_30\_DAYS, AFTER\_60\_DAYS, or AFTER\_90\_DAYS |`string`|`"AFTER_30_DAYS"`| no |
36
+
| <aname="input_name"></a> [name](#input\_name)| A unique name used as reference when creating the Elastic File System to ensure idempotent file system creation |`string`|`""`| no |
37
+
| <aname="input_security_group_ids"></a> [security\_group\_ids](#input\_security\_group\_ids)| IDs of the security group for EFS |`list(string)`|`[]`| no |
38
+
39
+
## Outputs
40
+
41
+
| Name | Description |
42
+
|------|-------------|
43
+
| <aname="output_id"></a> [id](#output\_id)| ID of the EFS file system |
44
+
| <aname="output_mount_target_ids"></a> [mount\_target\_ids](#output\_mount\_target\_ids)| List of IDs of EFS mount targets |
0 commit comments