Skip to content

Commit

Permalink
terraform-docs: automated update action
Browse files Browse the repository at this point in the history
  • Loading branch information
brunodasilvalenga committed Mar 10, 2022
1 parent 77afda6 commit 1c798dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | <pre>list(object({<br> username = string,<br> ssh_public_key = string<br> }))</pre> | `[]` | no |
| sftp\_users | List of SFTP usernames and public keys | <pre>list(object({<br> username = string,<br> ssh_public_key = string<br> is_admin = bool<br> }))</pre> | `[]` | no |

## Outputs

| Name | Description |
|------|-------------|
| endpoint | n/a |
| test | n/a |

<!--- END_TF_DOCS --->

Expand Down

0 comments on commit 1c798dc

Please sign in to comment.