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/is_bare_metal_server.markdown
+2-23Lines changed: 2 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,9 +238,8 @@ Review the argument references that you can specify for your resource.
238
238
Nested scheme for `default_trusted_profile`:
239
239
-`auto_link` - (Boolean) If set to true, the system will create a link to the specified target trusted profile during server creation. Regardless of whether a link is created by the system or manually using the IAM Identity service, it will be automatically deleted when the server is deleted.
240
240
-`target` - (List) The default IAM trusted profile to use for this bare metal server.
241
-
Nested `target` blocks have the following structure:
242
-
-`id` - (String) The unique identifier for this trusted profile
243
-
-`crn` - (String) The CRN for this trusted profile
241
+
Nested scheme for `target`:
242
+
-`id` - (String) The unique identifier for this trusted profile
244
243
-`delete_type` - (Optional, String) Type of deletion on destroy. **soft** signals running operating system to quiesce and shutdown cleanly, **hard** immediately stop the server. By default its `hard`.
245
244
-`enable_secure_boot` - (Optional, Boolean) Indicates whether secure boot is enabled. If enabled, the image must support secure boot or the server will fail to boot. Updating `enable_secure_boot` requires the server to be stopped and then it would be started.
246
245
-`health_reasons` - (List) The reasons for the current health_state (if any).
@@ -263,26 +262,6 @@ Review the argument references that you can specify for your resource.
263
262
264
263
-> **NOTE:**
265
264
To reinitialize a bare metal server, the server status must be stopped, or have failed a previous reinitialization. For more information, see [Managing Bare Metal Servers for VPC](https://cloud.ibm.com/docs/vpc?topic=vpc-managing-bare-metal-servers&interface=api#reinitialize-bare-metal-servers-api).
266
-
267
-
268
-
-`default_trusted_profile`- (Optional, List) The default trusted profile to be used when initializing the bare metal server.
269
-
270
-
Nested scheme for `default_trusted_profile`:
271
-
-`auto_link` - (Boolean) If set to true, the system will create a link to the specified target trusted profile during server creation. Regardless of whether a link is created by the system or manually using the IAM Identity service, it will be automatically deleted when the server is deleted.
272
-
-`target` - (List) The default IAM trusted profile to use for this bare metal server.
273
-
Nested `target` blocks have the following structure:
274
-
-`id` - (String) The unique identifier for this trusted profile
275
-
-`crn` - (String) The CRN for this trusted profile
276
-
277
-
278
-
-`default_trusted_profile`- (Optional, List) The default trusted profile to be used when initializing the bare metal server.
279
-
280
-
Nested scheme for `default_trusted_profile`:
281
-
-`auto_link` - (Boolean) If set to true, the system will create a link to the specified target trusted profile during server creation. Regardless of whether a link is created by the system or manually using the IAM Identity service, it will be automatically deleted when the server is deleted.
282
-
-`target` - (List) The default IAM trusted profile to use for this bare metal server.
283
-
Nested `target` blocks have the following structure:
284
-
-`id` - (String) The unique identifier for this trusted profile
285
-
-`crn` - (String) The CRN for this trusted profile
286
265
287
266
-`metadata_service`- (Optional, List) The metadata service configuration for the bare metal server.
@@ -60,9 +60,8 @@ Review the argument references that you can specify for your resource.
60
60
Nested scheme for `default_trusted_profile`:
61
61
-`auto_link` - (Boolean) If set to true, the system will create a link to the specified target trusted profile during server creation. Regardless of whether a link is created by the system or manually using the IAM Identity service, it will be automatically deleted when the server is deleted.
62
62
-`target` - (List) The default IAM trusted profile to use for this bare metal server.
63
-
Nested `target` blocks have the following structure:
64
-
-`id` - (String) The unique identifier for this trusted profile
65
-
-`crn` - (String) The CRN for this trusted profile
63
+
Nested scheme for `target`:
64
+
-`id` - (String) The unique identifier for this trusted profile
66
65
-`image` - (Required, String) Image id to use to reinitialize the bare metal server.
67
66
-`keys` - (Required, Array) Keys ids to use to reinitialize the bare metal server.
68
67
-`user_data` - (Optional, String) User data to transfer to the server bare metal server. If unspecified, no user data will be made available. (For reload/reinitialize provide the same user data as at the time of provisioning)
0 commit comments