From 412d4855edbef8c47c5066f5938e8af884851b07 Mon Sep 17 00:00:00 2001 From: Ferran Rodenas Date: Thu, 12 Dec 2024 14:24:01 -0800 Subject: [PATCH] Revert "Update vra/resource_machine.go" This reverts commit 2d891822e5d2425290b97a10ae7731f13d4c73d2. Signed-off-by: Ferran Rodenas --- vra/resource_machine.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vra/resource_machine.go b/vra/resource_machine.go index 2d98053..0b6cc4b 100644 --- a/vra/resource_machine.go +++ b/vra/resource_machine.go @@ -104,7 +104,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,