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
| attributes | Additional attributes (e.g. `1`). |`list(any)`|`[]`| no |
104
-
| delimiter | Delimiter to be used between `organization`, `environment`, `name` and `attributes`. |`string`|`"-"`| no |
105
95
| enable\_sftp | Set to false to prevent the module from creating any resources. |`bool`|`true`| no |
106
96
| 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 |
| 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 |
109
-
| key\_path | Name (e.g. `~/.ssh/id_rsa.pub`). |`string`|`""`| no |
110
99
| label\_order | Label order, e.g. `name`,`application`. |`list(any)`|`[]`| no |
111
100
| managedby | ManagedBy, eg 'CloudDrove'. |`string`|`"[email protected]"`| no |
112
101
| name | Name (e.g. `app` or `cluster`). |`string`|`""`| no |
113
102
| public\_key | Name (e.g. `ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3F6tyPEFEzV0LX3X8BsXdMsQ`). |`string`|`""`| no |
114
103
| repository | Terraform current module repo |`string`|`"https://github.com/clouddrove/terraform-aws-sftp"`| no |
115
104
| s3\_bucket\_id | The landing directory (folder) for a user when they log in to the server using their SFTP client. |`string`| n/a | yes |
116
105
| sub\_folder | Landind folder. |`string`|`""`| no |
117
-
| tags | Additional tags (e.g. map(`BusinessUnit`,`XYZ`). |`map(any)`|`{}`| no |
118
106
| user\_name | User name for SFTP server. |`string`| n/a | yes |
0 commit comments