diff --git a/README.md b/README.md index e557bc2..92cfc11 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,14 @@ | s3\_bucket\_name | The bucket name | `string` | n/a | yes | | security\_policy\_name | Specifies the name of the security policy that is attached to the server. Possible values are TransferSecurityPolicy-2018-11, TransferSecurityPolicy-2020-06, and TransferSecurityPolicy-FIPS-2020-06. Default value is: TransferSecurityPolicy-2018-11. | `string` | `"TransferSecurityPolicy-2018-11"` | no | | server\_name | Specifies the name of the SFTP server | `string` | n/a | yes | -| sftp\_users | List of SFTP usernames and public keys |
list(object({| `[]` | no | +| sftp\_users | List of SFTP usernames and public keys |
username = string,
ssh_public_key = string
}))
list(object({| `[]` | no | ## Outputs | Name | Description | |------|-------------| | endpoint | n/a | +| test | n/a |
username = string,
ssh_public_key = string
is_admin = bool
}))