From 507c4f208517475aa193c1d87846bba5826cc649 Mon Sep 17 00:00:00 2001 From: Tamas Kiss Date: Wed, 19 Feb 2025 01:27:49 +0100 Subject: [PATCH] docs updated --- lawndale-vm-ipam/README.md | 2 +- lawndale-vm/README.md | 19 +++++++++++++++++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/lawndale-vm-ipam/README.md b/lawndale-vm-ipam/README.md index 18614b8..b8e7ffd 100644 --- a/lawndale-vm-ipam/README.md +++ b/lawndale-vm-ipam/README.md @@ -8,7 +8,7 @@ The following requirements are needed by this module: The following providers are used by this module: -- [dns](#provider\_dns) (~> 3.2) +- [dns](#provider\_dns) (3.2.3) ## Modules diff --git a/lawndale-vm/README.md b/lawndale-vm/README.md index b1ea4cf..d9f750d 100644 --- a/lawndale-vm/README.md +++ b/lawndale-vm/README.md @@ -10,9 +10,9 @@ The following requirements are needed by this module: The following providers are used by this module: -- [libvirt](#provider\_libvirt) (>= 0.6.14) +- [libvirt](#provider\_libvirt) (0.7.0) -- [macaddress](#provider\_macaddress) (~> 0.3.0) +- [macaddress](#provider\_macaddress) (0.3.2) ## Modules @@ -112,6 +112,21 @@ Type: `bool` Default: `true` +### [extra\_interfaces](#input\_extra\_interfaces) + +Description: Extra network interfaces to attach to the VM + +Type: + +```hcl +list(object({ + bridge = string + mac = string + })) +``` + +Default: `[]` + ### [filesystems](#input\_filesystems) Description: 9p shared filesystem devices