diff --git a/vra/resource_machine.go b/vra/resource_machine.go index a022cfb..fe436e0 100644 --- a/vra/resource_machine.go +++ b/vra/resource_machine.go @@ -143,7 +143,7 @@ func resourceMachine() *schema.Resource { "unit_number": { Type: schema.TypeString, Optional: true, - Description: "The unit number of the SCSI controller. Example: 2", + Description: "The unit number of the scsi controller. Example: 2", }, }, },