You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`offer_id` - (Required) The ID of the selected offer for the hosting.
31
+
-`email` - (Required) The contact email of the client for the hosting.
32
+
-`domain` - (Required) TThe domain name of the hosting.
33
+
-`option_ids` - (Optional) The IDs of the selected options for the hosting.
34
+
-`tags` - (Optional) The tags associated with the hosting.
35
+
-`region` - (Defaults to [provider](../index.md#region)`region`) The [region](../guides/regions_and_zones.md#regions) of the Hosting.
36
+
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the VPC is associated with.
37
+
38
+
## Attributes Reference
39
+
40
+
In addition to all above arguments, the following attributes are exported:
41
+
42
+
-`id` - The ID of the hosting.
43
+
44
+
~> **Important:** Hostings' IDs are [regional](../guides/regions_and_zones.md#resource-ids), which means they are of the form `{region}/{id}`, e.g. `fr-par/11111111-1111-1111-1111-111111111111
45
+
46
+
-`status` - The hosting status.
47
+
-`created_at` - Date and time of hosting's creation (RFC 3339 format).
48
+
-`updated_at` - Date and time of hosting's last update (RFC 3339 format).
49
+
-`platform_hostname` - The hostname of the host platform.
50
+
-`platform_number` - The number of the host platform.
51
+
-`offer_name` - The name of the active offer.
52
+
-`options` - The active options of the hosting.
53
+
-`id` - The option ID.
54
+
-`name` - The option name.
55
+
-`dns_status` - The DNS status of the hosting.
56
+
-`cpanel_urls` - The URL to connect to cPanel Dashboard and to Webmail interface.
57
+
-`dashboard` - The URL of the Dashboard.
58
+
-`webmail` - The URL of the Webmail interface.
59
+
-`username` - The main hosting cPanel username.
60
+
-`organization_id` - The organization ID the hosting is associated with.
61
+
62
+
## Import
63
+
64
+
Hostings can be imported using the `{region}/{id}`, e.g.
0 commit comments