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
Copy file name to clipboardExpand all lines: website/docs/r/compute_autoscale_group.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ The following arguments are supported:
64
64
*`cooldown` - (Required, integer) The duration, expressed in seconds, that the auto scaling group waits before performing another scaling action.
65
65
*`termination_policy` - (Required, string) The termination policy for the auto scaling group.
66
66
*`virtual_guest_member_template` - (Required, array) The template with which to create guest members. Only one template can be configured. You can find accepted values in the [ibm_compute_vm_instance](compute_vm_instance.html) resource.
67
-
*`network_vlan_ids` - (Optional, array) The collection of VLAN IDs for the auto scaling group. You can find accepted values in the [VLAN docs](https://cloud.ibm.com/classic/network/vlans). Click the desired VLAN and note the ID in the resulting URL. You can also [refer to a VLAN by name using a data source](../d/network_vlan.html).
67
+
*`network_vlan_ids` - (Optional, array) The collection of VLAN IDs for the auto scaling group. You can find accepted values in the [VLAN docs](https://cloud.ibm.com/classic/network/vlans). Click the desired VLAN and note the ID in the resulting URL. You can also [refer to a VLAN by name using a data source](https://github.com/IBM-Cloud/terraform-provider-ibm/tree/master/website/docs/d/network_vlan.html.markdown).
68
68
*`virtual_server_id` - (Optional, integer) The ID of a virtual server in a local load balancer. You can find the ID with the following URL: `https://api.softlayer.com/rest/v3/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress/<load_balancer_ID>/getObject?objectMask=virtualServers`. Replace _<load_balancer_ID>_ with the ID of the target load balancer. An IBM Cloud Classic Infrastructure (SoftLayer) user name and API key are required.
69
69
*`port` - (Optional, integer) The port number in a local load balancer. For example, `8080`.
70
70
*`health_check` - (Optional, map) The type of health check in a local load balancer. For example, `HTTP`. You can also use this value to specify custom HTTP methods.
Copy file name to clipboardExpand all lines: website/docs/r/compute_bare_metal.html.markdown
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ The following arguments are supported:
121
121
*`user_metadata` - (Optional, Forces new resource, string) Arbitrary data to be made available to the computing instance.
122
122
*`notes` - (Optional, string) Notes to associate with the instance.
123
123
*`ssh_key_ids` - (Optional, Forces new resource, array of numbers) The SSH key IDs to install on the computing instance when the instance is provisioned.
124
-
**NOTE:** If you don't know the ID(s) for your SSH keys, you can [reference your SSH keys by their labels](../d/compute_ssh_key.html).
124
+
**NOTE:** If you don't know the ID(s) for your SSH keys, you can [reference your SSH keys by their labels](https://github.com/IBM-Cloud/terraform-provider-ibm/tree/master/website/docs/d/compute_ssh_key.html.markdown).
125
125
*`post_install_script_uri` - (Optional, Forces new resource, string) The URI of the script to be downloaded and executed after installation is complete.
126
126
*`tags` - (Optional, array of strings) Tags associated with this bare metal server. Permitted characters include: A-Z, 0-9, whitespace, _ (underscore), - (hyphen), . (period), and : (colon). All other characters will be removed.
127
127
*`file_storage_ids` - (Optional, array of numbers) File storage to which this computing instance should have access. File storage must be in the same data center as the bare metal server. If you use this argument to authorize access to file storage, do not use the `allowed_hardware_ids` argument in the `ibm_storage_file` resource in order to prevent the same storage being added twice.
@@ -145,7 +145,7 @@ Locate your package ID. See `package_key_name` attribute. Once you have the ID f
145
145
*`ipv6_static_enabled` - (Optional, Forces new resource, boolean) The public static IPv6 address block of `/64`. The default value is `false`.
146
146
*`secondary_ip_count` - (Optional, Forces new resource, integer) Specifies secondary public IPv4 addresses. Accepted values are `4` and `8`.
147
147
*`image_template_id` - (Optional, Forces new resource, integer) The image template ID you want to use to provision the computing instance. This is not the global identifier (UUID), but the image template group ID that should point to a valid global identifier. To retrieve the image template ID from the IBM Cloud infrastructure customer portal, navigate to **Devices > Manage > Images**, click the desired image, and note the ID number in the resulting URL.
148
-
**NOTE**: Conflicts with `os_reference_code`. If you don't know the ID(s) of your image templates, you can [reference them by name](../d/compute_image_template.html).
148
+
**NOTE**: Conflicts with `os_reference_code`. If you don't know the ID(s) of your image templates, you can [reference them by name](https://github.com/IBM-Cloud/terraform-provider-ibm/tree/master/website/docs/d/compute_image_template.html.markdown).
149
149
150
150
### Arguments for hourly bare metal servers
151
151
@@ -160,10 +160,10 @@ Locate your package ID. See `package_key_name` attribute. Once you have the ID f
160
160
*`private_vlan_id` - (Optional, Forces new resource, integer) The private VLAN to be used for the private network interface of the instance. You can find accepted values in the [VLAN docs](https://cloud.ibm.com/classic/network/vlans). Click the desired VLAN and note the ID in the resulting URL.
161
161
*`public_subnet` - (Optional, Forces new resource, string) The public subnet to be used for the public network interface of the instance. Accepted values are primary public networks. You can find accepted values in the [subnets docs](https://cloud.ibm.com/classic/network/subnets).
162
162
*`private_subnet` - (Optional, Forces new resource, string) The private subnet to be used for the private network interface of the instance. Accepted values are primary private networks. You can find accepted values in the [subnets docs](https://cloud.ibm.com/classic/network/subnets).
163
-
*`package_key_name` - (Optional, Forces new resource, string) The key name for the monthly bare metal server's package. Only use this argument when you create a new monthly bare metal server. You can find available package key names in the [Softlayer API](https://api.softlayer.com/rest/v3/SoftLayer_Product_Package/getAllObjects?objectFilter={"type":{"keyName":{"operation":"BARE_METAL_CPU"}}}), using your API key as the password.
164
-
*`process_key_name` - (Optional, Forces new resource, string). The key name for the monthly bare metal server's process. Only use this argument when you create a new monthly bare metal server. To get a process key name, first find the package key name in the [Softlayer API](https://api.softlayer.com/rest/v3/SoftLayer_Product_Package/getAllObjects?objectFilter={"type":{"keyName":{"operation":"BARE_METAL_CPU"}}}). Then replace <PACKAGE_NAME> with your package key name in the following URL: `https://api.softlayer.com/rest/v3/SoftLayer_Product_Package/<PACKAGE_NAME>/getItems?objectMask=mask[prices[id,categories[id,name,categoryCode],capacityRestrictionType,capacityRestrictionMinimum,capacityRestrictionMaximum,locationGroupId]]`. Select a process key name from the resulting available process key names.
165
-
*`disk_key_names` - (Optional, Forces new resource, array of strings) The internal key names for the monthly bare metal server's disk. Only use this argument when you create a new monthly bare metal server. To get disk key names, first find the package key name in the [Softlayer API](https://api.softlayer.com/rest/v3/SoftLayer_Product_Package/getAllObjects?objectFilter={"type":{"keyName":{"operation":"BARE_METAL_CPU"}}}). Then replace <PACKAGE_NAME> with your package key name in the following URL: `https://api.softlayer.com/rest/v3/SoftLayer_Product_Package/PACKAGE_NAME/getItems?objectMask=mask[prices[id,categories[id,name,categoryCode],capacityRestrictionType,capacityRestrictionMinimum,capacityRestrictionMaximum,locationGroupId]]`. Select disk key names from the resulting available disk key names.
166
-
*`os_key_name` - (Optional, Forces new resource, string) The operating system key name that you want to use to provision the computing instance. To get disk key names, first find the package key name in the [Softlayer API](https://api.softlayer.com/rest/v3/SoftLayer_Product_Package/getAllObjects?objectFilter={"type":{"keyName":{"operation":"BARE_METAL_CPU"}}}). Then replace <PACKAGE_NAME> with your package key name in the following URL: `https://api.softlayer.com/rest/v3/SoftLayer_Product_Package/<PACKAGE_NAME>/getItems?objectMask=mask[prices[id,categories[id,name,categoryCode],capacityRestrictionType,capacityRestrictionMinimum,capacityRestrictionMaximum,locationGroupId]]`. Select an OS key name from the resulting available OS key names.
163
+
*`package_key_name` - (Optional, Forces new resource, string) The key name for the monthly bare metal server's package. Only use this argument when you create a new monthly bare metal server. You can find available package key names in the [Softlayer API](https://api.softlayer.com/rest/v3/SoftLayer_Product_Package/getAllObjects?objectFilter={%22type%22:{%22keyName%22:{%22operation%22:%22BARE_METAL_CPU%22}}}), using your API key as the password.
164
+
*`process_key_name` - (Optional, Forces new resource, string). The key name for the monthly bare metal server's process. Only use this argument when you create a new monthly bare metal server. To get a process key name, first find the package key name in the [Softlayer API](https://api.softlayer.com/rest/v3/SoftLayer_Product_Package/getAllObjects?objectFilter={%22type%22:{%22keyName%22:{%22operation%22:%22BARE_METAL_CPU%22}}}). Then replace <PACKAGE_NAME> with your package key name in the following URL: `https://api.softlayer.com/rest/v3/SoftLayer_Product_Package/<PACKAGE_NAME>/getItems?objectMask=mask[prices[id,categories[id,name,categoryCode],capacityRestrictionType,capacityRestrictionMinimum,capacityRestrictionMaximum,locationGroupId]]`. Select a process key name from the resulting available process key names.
165
+
*`disk_key_names` - (Optional, Forces new resource, array of strings) The internal key names for the monthly bare metal server's disk. Only use this argument when you create a new monthly bare metal server. To get disk key names, first find the package key name in the [Softlayer API](https://api.softlayer.com/rest/v3/SoftLayer_Product_Package/getAllObjects?objectFilter={%22type%22:{%22keyName%22:{%22operation%22:%22BARE_METAL_CPU%22}}}). Then replace <PACKAGE_NAME> with your package key name in the following URL: `https://api.softlayer.com/rest/v3/SoftLayer_Product_Package/PACKAGE_NAME/getItems?objectMask=mask[prices[id,categories[id,name,categoryCode],capacityRestrictionType,capacityRestrictionMinimum,capacityRestrictionMaximum,locationGroupId]]`. Select disk key names from the resulting available disk key names.
166
+
*`os_key_name` - (Optional, Forces new resource, string) The operating system key name that you want to use to provision the computing instance. To get disk key names, first find the package key name in the [Softlayer API](https://api.softlayer.com/rest/v3/SoftLayer_Product_Package/getAllObjects?objectFilter={%22type%22:{%22keyName%22:{%22operation%22:%22BARE_METAL_CPU%22}}}). Then replace <PACKAGE_NAME> with your package key name in the following URL: `https://api.softlayer.com/rest/v3/SoftLayer_Product_Package/<PACKAGE_NAME>/getItems?objectMask=mask[prices[id,categories[id,name,categoryCode],capacityRestrictionType,capacityRestrictionMinimum,capacityRestrictionMaximum,locationGroupId]]`. Select an OS key name from the resulting available OS key names.
167
167
*`public_bandwidth` - (Optional, Forces new resource, integer) The amount of public network traffic, specified in gigabytes, allowed per month. The value can be greater than 0 when `private_network_only` is set to `false` and the server is a monthly-based server.
168
168
*`memory` - (Optional, Forces new resource, integer) The amount of memory, specified in gigabytes, for the server.
169
169
*`storage_groups` - (Optional, Forces new resource, array of storage group objects) Configurations for RAID and partition. For more information on configuring `storage_groups`, refer to [Ordering RAID Through API](https://sldn.softlayer.com/blog/hansKristian/Ordering-RAID-through-API). Each storage group object has the following sub-arguments:
0 commit comments