From 0d0dcb5a8b71ec17cd63ea00f47e00dcfc057111 Mon Sep 17 00:00:00 2001 From: Ferran Rodenas Date: Thu, 12 Dec 2024 14:23:54 -0800 Subject: [PATCH] Revert "Update vra/resource_machine.go" This reverts commit f9ba66441e44b861da92b2be1bb832c17b876eb8. 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 dfae612..a022cfb 100644 --- a/vra/resource_machine.go +++ b/vra/resource_machine.go @@ -78,7 +78,7 @@ func resourceMachine() *schema.Resource { "attach_disks_before_boot": { Type: schema.TypeBool, Optional: true, - Description: "By default, disks are attached after the machine has been built. FCDs cannot be attached to machine as a day 0 task.", + Description: "By default, disks are attached after the VM has been built as FCDs cannot be attached to machine as day 0", }, "disks": { Type: schema.TypeSet,