Skip to content

Commit b5eaff9

Browse files
authored
Merge pull request #123 from l-with/add-doc-for-authsource
tfplugindocs for authsource
2 parents 6bcec72 + f1c2a3b commit b5eaff9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/data-sources/mailbox.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ data "mailcow_mailbox" "mailbox" {
2626
### Read-Only
2727

2828
- `active` (Boolean) is alias active or not
29+
- `authsource` (String) Authentication source
2930
- `domain` (String) domain name
3031
- `force_pw_update` (Boolean) forces the user to update its password on first login
3132
- `full_name` (String) Full name of the mailbox user

docs/resources/mailbox.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ resource "mailcow_mailbox" "demo" {
3030
### Optional
3131

3232
- `active` (Boolean) is alias active or not
33+
- `authsource` (String) Authentication source to use. One of: generic-oidc, mailcow, keycloak, ldap.
3334
- `force_pw_update` (Boolean) forces the user to update its password on first login
3435
- `imap_access` (Boolean) if 'IMAP' is an allowed protocol
3536
- `pop3_access` (Boolean) if 'POP3' is an allowed protocol

0 commit comments

Comments
 (0)