Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
l-with committed Apr 9, 2023
1 parent 224b99e commit 40f6afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/mailbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ resource "mailcow_mailbox" "demo" {
- `smtp_access` (Boolean) if 'SMTP' is an allowed protocol
- `sogo_access` (Boolean) if direct login access to SOGo is granted
- `tls_enforce_in` (Boolean) force inbound email tls encryption
- `tls_enforce_out` (Boolean) force outbound tmail tls encryption
- `tls_enforce_out` (Boolean) force outbound mail tls encryption

### Read-Only

Expand Down
2 changes: 1 addition & 1 deletion mailcow/resource_mailbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func resourceMailbox() *schema.Resource {
},
"tls_enforce_out": {
Type: schema.TypeBool,
Description: "force outbound tmail tls encryption",
Description: "force outbound mail tls encryption",
Default: false,
Optional: true,
},
Expand Down

0 comments on commit 40f6afd

Please sign in to comment.