Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: glesys_emailaccount password is read_only #159

Merged
merged 1 commit into from
Nov 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/resources/emailaccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ resource "glesys_emailaccount" "alice" {
- `antivirus` (String) Email Account enable Antivirus. `yes/no`
- `autorespond` (String) Email Account Autoresponse. `yes/no`
- `autorespondmessage` (String) Email Account Autoresponse message.
- `password` (String) Email Account password
- `quotaingib` (Number) Email Account Quota (GiB)
- `rejectspam` (String) Email Account Reject spam setting. `yes/no`

Expand All @@ -47,6 +46,7 @@ resource "glesys_emailaccount" "alice" {
- `displayname` (String) Email Account displayname
- `id` (String) The ID of this resource.
- `modified` (String) Email Account modification date
- `password` (String) Email Account password
## Import
Import is supported using the following syntax:
```shell
Expand Down