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
Description: A map of objects used to define one or more existing data disks for attachment to the virtual machine. This will not create the disks but will instead attach previously created disks to the virtual machine using their resource Ids. Lun numbers need to be unique across all disks include disks created as part of the module.
528
+
-`<map key>` - Use a custom map key to define each data disk
529
+
-`caching` (Required) - Specifies the caching requirements for this Data Disk. Possible values include None, ReadOnly and ReadWrite
530
+
-`lun` (Required) - The Logical Unit Number of the Data Disk, which needs to be unique within the Virtual Machine. Changing this forces a new resource to be created.
531
+
-`managed_disk_resource_id` (Required) - The Azure Resource ID of the existing Managed Disk to attach to the Virtual Machine. Changing this forces a new resource to be created.
532
+
-`disk_attachment_create_option` (Optional) - The disk attachment create Option of the Data Disk, such as Empty or Attach. Defaults to Attach. Changing this forces a new resource to be created.
533
+
-`write_accelerator_enabled` (Optional) - Should Write Accelerator be enabled for this Data Disk? Defaults to false. Changing this forces a new resource to be created.
Description: This variable is a map of objects used to define one or more data disks for creation and attachment to the virtual machine.
@@ -1375,8 +1401,7 @@ The following arguments are supported:
1375
1401
-`error_blob_uri` (Optional): Specifies the Azure storage blob where script error stream will be uploaded.
1376
1402
-`output_blob_managed_identity` (Optional): An output\_blob\_managed\_identity block as defined below. User-assigned managed Identity that has access to outputBlobUri storage blob.
1377
1403
-`output_blob_uri` (Optional): Specifies the Azure storage blob where script output stream will be uploaded. It can be basic blob URI with SAS token.
1378
-
-`parameter` (Optional): A list of parameter blocks as defined below. The parameters used by the script.
1379
-
-`protected_parameter` (Optional): A list of protected\_parameter blocks as defined below. The protected parameters used by the script.
1404
+
-`parameter` (Optional): A list of parameter blocks as defined below. The parameters used by the script. If sensitive values are required, use the `run_commands_secrets` variable and ensure the map keys match.
1380
1405
-`timeouts` (Optional): Timeouts for each run command.
1381
1406
-`tags` (Optional): A mapping of tags which should be assigned to the Virtual Machine Run Command.
0 commit comments