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: 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 |