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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,7 @@ No modules.
159
159
| <aname="input_create_security_group"></a> [create\_security\_group](#input\_create\_security\_group)| Determines whether a security group is created |`bool`|`true`| no |
160
160
| <aname="input_creation_token"></a> [creation\_token](#input\_creation\_token)| A unique name (a maximum of 64 characters are allowed) used as reference when creating the Elastic File System to ensure idempotent file system creation. By default generated by Terraform |`string`|`null`| no |
161
161
| <aname="input_deny_nonsecure_transport"></a> [deny\_nonsecure\_transport](#input\_deny\_nonsecure\_transport)| Determines whether `aws:SecureTransport` is required when connecting to elastic file system |`bool`|`true`| no |
162
+
| <aname="input_deny_nonsecure_transport_via_mount_target"></a> [deny\_nonsecure\_transport\_via\_mount\_target](#input\_deny\_nonsecure\_transport\_via\_mount\_target)| Determines whether to use the common policy option for denying nonsecure transport which allows all AWS principals when accessed via EFS mounted target |`bool`|`true`| no |
162
163
| <aname="input_enable_backup_policy"></a> [enable\_backup\_policy](#input\_enable\_backup\_policy)| Determines whether a backup policy is `ENABLED` or `DISABLED`|`bool`|`true`| no |
163
164
| <aname="input_encrypted"></a> [encrypted](#input\_encrypted)| If `true`, the disk will be encrypted |`bool`|`true`| no |
164
165
| <aname="input_kms_key_arn"></a> [kms\_key\_arn](#input\_kms\_key\_arn)| The ARN for the KMS encryption key. When specifying `kms_key_arn`, encrypted needs to be set to `true`|`string`|`null`| no |
description="Determines whether to use the common policy option for denying nonsecure transport which allows all AWS principals when accessed via EFS mounted target"
0 commit comments