Skip to content

Commit 662ab59

Browse files
Update vra/resource_machine.go
Co-authored-by: Ryan Johnson <[email protected]>
1 parent fb58652 commit 662ab59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vra/resource_machine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func resourceMachine() *schema.Resource {
134134
"scsi_controller": {
135135
Type: schema.TypeString,
136136
Optional: true,
137-
Description: "The id of the scsi controller. Example: SCSI_Controller_0",
137+
Description: "The id of the SCSI controller. Example: SCSI_Controller_0",
138138
},
139139
"unit_number": {
140140
Type: schema.TypeString,

0 commit comments

Comments
 (0)