Skip to content

Commit

Permalink
Revert "Update vra/resource_machine.go"
Browse files Browse the repository at this point in the history
This reverts commit f9ba664.

Signed-off-by: Ferran Rodenas <ferran.rodenas@broadcom.com>
  • Loading branch information
frodenas committed Dec 12, 2024
1 parent 7ae85f6 commit 0d0dcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vra/resource_machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0d0dcb5

Please sign in to comment.