Skip to content

Commit fb203c0

Browse files
Fixed description of account fields (#519)
1 parent 94ceffa commit fb203c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/r/account.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ The following arguments are supported:
6060
The following attributes are exported:
6161

6262
* `id` - Unique identifier in the API for the account.
63-
* `trial_end_date` - Numeric representation of the site creation date.
64-
* `support_level` - The CNAME record name.
65-
* `plan_name` - The CNAME record value.
63+
* `trial_end_date` - The trial end date of a trial account.
64+
* `support_level` - The support tier associated with the account.
65+
* `plan_name` - The name of the plan associated with the account.
6666

6767
## Import
6868

6969
Account can be imported using the `id`, e.g.:
7070

7171
```
7272
$ terraform import incapsula_account.demo 1234
73-
```
73+
```

0 commit comments

Comments
 (0)