From fcea619e20260b9591d38a968434797950832003 Mon Sep 17 00:00:00 2001 From: xnoto Date: Thu, 30 Apr 2026 09:24:23 -0600 Subject: [PATCH 1/2] ci: lowercase workflow name to match coder-friendly scheme Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8106a89..207022a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI +name: ci on: push: From da41e6bcb102bf7e1942df05f37f1fe7736a9811 Mon Sep 17 00:00:00 2001 From: xnoto Date: Thu, 30 Apr 2026 09:31:13 -0600 Subject: [PATCH 2/2] docs: regenerate terraform-docs Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 319a080..98bc817 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,14 @@ module "vm" { ## Requirements | Name | Version | -|------|---------| +| ---- | ------- | | [terraform](#requirement\_terraform) | >= 1.3 | | [libvirt](#requirement\_libvirt) | ~> 0.9.0 | ## Providers | Name | Version | -|------|---------| +| ---- | ------- | | [libvirt](#provider\_libvirt) | ~> 0.9.0 | ## Modules @@ -46,7 +46,7 @@ No modules. ## Resources | Name | Type | -|------|------| +| ---- | ---- | | [libvirt_cloudinit_disk.commoninit](https://registry.terraform.io/providers/dmacvicar/libvirt/latest/docs/resources/cloudinit_disk) | resource | | [libvirt_domain.vm](https://registry.terraform.io/providers/dmacvicar/libvirt/latest/docs/resources/domain) | resource | | [libvirt_volume.boot](https://registry.terraform.io/providers/dmacvicar/libvirt/latest/docs/resources/volume) | resource | @@ -56,7 +56,7 @@ No modules. ## Inputs | Name | Description | Type | Default | Required | -|------|-------------|------|---------|:--------:| +| ---- | ----------- | ---- | ------- | :------: | | [boot\_disk\_size](#input\_boot\_disk\_size) | Boot disk virtual size in bytes. Null means use the source image's natural size. | `number` | `null` | no | | [boot\_image\_url](#input\_boot\_image\_url) | URL for the base QCOW2 image used as the boot disk. | `string` | `"https://download.fedoraproject.org/pub/fedora/linux/releases/43/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-43-1.6.x86_64.qcow2"` | no | | [bridge\_name](#input\_bridge\_name) | Name of the network bridge for the second network interface. | `string` | `"nm-bridge"` | no | @@ -76,7 +76,7 @@ No modules. ## Outputs | Name | Description | -|------|-------------| +| ---- | ----------- | | [boot\_volume\_id](#output\_boot\_volume\_id) | The ID of the boot volume | | [cloudinit\_disk\_id](#output\_cloudinit\_disk\_id) | The ID of the cloud-init disk | | [domain\_id](#output\_domain\_id) | The ID of the libvirt domain |