diff --git a/vra/resource_machine.go b/vra/resource_machine.go index 993b750..e084f21 100644 --- a/vra/resource_machine.go +++ b/vra/resource_machine.go @@ -100,7 +100,7 @@ func resourceMachine() *schema.Resource { "scsi_controller": { Type: schema.TypeString, Optional: true, - Description: "The id of the scsi controller. Example: SCSI_Controller_0", + Description: "The id of the SCSI controller. Example: SCSI_Controller_0", }, "unit_number": { Type: schema.TypeString,