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
| Name | Description | Type | Default | Required |
@@ -128,6 +128,7 @@ Here is an example of how you can use this module in your inventory structure:
128
128
| enable\_sftp | Set to false to prevent the module from creating any resources. |`bool`|`true`| no |
129
129
| enable\_workflow | n/a |`bool`|`false`| no |
130
130
| enabled | Set to false to prevent the module from creating any resources. |`bool`|`true`| no |
131
+
| endpoint\_type | The type of endpoint that you want your SFTP server connect to. If you connect to a VPC (or VPC\_ENDPOINT), your SFTP server isn't accessible over the public internet. If you want to connect your SFTP server via public internet, set PUBLIC. Defaults to PUBLIC |`string`|`"PUBLIC"`| no |
| force\_destroy | Forces the AWS Transfer Server to be destroyed |`bool`|`false`| no |
133
134
| identity\_provider\_type | The mode of authentication enabled for this service. The default value is SERVICE\_MANAGED, which allows you to store and access SFTP user credentials within the service. API\_GATEWAY. |`string`|`"SERVICE_MANAGED"`| no |
0 commit comments