From 09ef57f0b72c6b14640aa397e93b471567747eda Mon Sep 17 00:00:00 2001 From: hrmny Date: Sun, 25 Jun 2023 02:53:58 +0200 Subject: [PATCH] fix description --- proxmoxtf/resource/vm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmoxtf/resource/vm.go b/proxmoxtf/resource/vm.go index 8016c5f49..4da55bc9c 100644 --- a/proxmoxtf/resource/vm.go +++ b/proxmoxtf/resource/vm.go @@ -661,7 +661,7 @@ func VM() *schema.Resource { }, mkResourceVirtualEnvironmentVMEfiDisk: { Type: schema.TypeList, - Description: "The disk devices", + Description: "The efidisk device", Optional: true, ForceNew: true, DefaultFunc: func() (interface{}, error) {