We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ceffa commit fb203c0Copy full SHA for fb203c0
website/docs/r/account.html.markdown
@@ -60,14 +60,14 @@ The following arguments are supported:
60
The following attributes are exported:
61
62
* `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.
+* `trial_end_date` - The trial end date of a trial account.
+* `support_level` - The support tier associated with the account.
+* `plan_name` - The name of the plan associated with the account.
66
67
## Import
68
69
Account can be imported using the `id`, e.g.:
70
71
```
72
$ terraform import incapsula_account.demo 1234
73
-```
+```
0 commit comments