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
name = "terraform-sample-blockDeviceTemplateGroup"
41
43
domain = "bar.example.com"
@@ -69,21 +71,21 @@ The following arguments are supported:
69
71
* Specifies which datacenter the instance is to be provisioned in.
70
72
* **Required**
71
73
*`hourly_billing` | *boolean*
72
-
* Specifies the billing type for the instance. When true the computing instance will be billed on hourly usage, otherwise it will be billed on a monthly basis.
74
+
* Specifies the billing type for the instance. When `true`, the computing instance will be billed on hourly usage, otherwise it will be billed on a monthly basis.
73
75
* **Required**
74
76
*`local_disk` | *boolean*
75
-
* Specifies the disk type for the instance. When true the disks for the computing instance will be provisioned on the host which it runs, otherwise SAN disks will be provisioned.
77
+
* Specifies the disk type for the instance. When `true`, the disks for the computing instance will be provisioned on the host which it runs, otherwise SAN disks will be provisioned.
76
78
* **Required**
77
79
*`dedicated_acct_host_only` | *boolean*
78
80
* Specifies whether or not the instance must only run on hosts with instances from the same account
79
81
* *Default*: nil
80
82
* *Optional*
81
83
*`image` | *string*
82
84
* An identifier for the operating system to provision the computing instance with.
83
-
* **Conditionally required** - Disallowed when blockDeviceTemplateGroup.globalIdentifier is provided, as the template will specify the operating system.
85
+
* **Conditionally required** - Disallowed when `blockDeviceTemplateGroup.globalIdentifier` is provided, as the template will specify the operating system.
84
86
*`block_device_template_group_gid` | *string*
85
87
* A global identifier for the template to be used to provision the computing instance.
86
-
* **Conditionally required** - Disallowed when operatingSystemReferenceCode is provided, as the template will specify the operating system.
88
+
* **Conditionally required** - Disallowed when `operatingSystemReferenceCode` is provided, as the template will specify the operating system.
87
89
*`public_network_speed` | *int*
88
90
* Specifies the connection speed for the instance's network components.
89
91
* *Default*: 10
@@ -93,11 +95,11 @@ The following arguments are supported:
93
95
* *Default*: False
94
96
* *Optional*
95
97
*`frontend_vlan_id` | *int*
96
-
* Specifies the network vlan which is to be used for the frontend interface of the computing instance.
98
+
* Specifies the network VLAN which is to be used for the front end interface of the computing instance.
97
99
* *Default*: nil
98
100
* *Optional*
99
101
*`backend_vlan_id` | *int*
100
-
* Specifies the network vlan which is to be used for the backend interface of the computing instance.
102
+
* Specifies the network VLAN which is to be used for the back end interface of the computing instance.
101
103
* *Default*: nil
102
104
* *Optional*
103
105
*`disks` | *array*
@@ -113,22 +115,21 @@ The following arguments are supported:
113
115
* *Default*: nil
114
116
* *Optional*
115
117
*`ipv4_address` | *string*
116
-
* Uses editObject call, template data [defined here](https://sldn.softlayer.com/reference/datatypes/SoftLayer_Virtual_Guest).
118
+
* Uses `editObject` call, template data [defined here](https://sldn.softlayer.com/reference/datatypes/SoftLayer_Virtual_Guest).
117
119
* *Default*: nil
118
120
* *Optional*
119
121
*`ipv4_address_private` | *string*
120
-
* Uses editObject call, template data [defined here](https://sldn.softlayer.com/reference/datatypes/SoftLayer_Virtual_Guest).
122
+
* Uses `editObject` call, template data [defined here](https://sldn.softlayer.com/reference/datatypes/SoftLayer_Virtual_Guest).
121
123
* *Default*: nil
122
124
* *Optional*
123
125
*`post_install_script_uri` | *string*
124
126
* As defined in the [SoftLayer_Virtual_Guest_SupplementalCreateObjectOptions](https://sldn.softlayer.com/reference/datatypes/SoftLayer_Virtual_Guest_SupplementalCreateObjectOptions).
0 commit comments