From 369ce1b88dbc352dc4d16a785f0528079b95926c Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sat, 18 Oct 2025 20:12:58 +0200 Subject: [PATCH] comment fix --- shared_modules/domain.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared_modules/domain.tf b/shared_modules/domain.tf index 452a48b..dc3205f 100644 --- a/shared_modules/domain.tf +++ b/shared_modules/domain.tf @@ -8,7 +8,7 @@ resource "libvirt_domain" "domain" { # The chipset q35, which does not support the IDE bus, does not work with the terraform-provider-libvirt cloud-init implementation, # which creates an ISO attached to an IDE bus by default. Workaround is implemented # https://github.com/dmacvicar/terraform-provider-libvirt/issues/1137#issuecomment-2592329846 - # A cleaner solution might be the following : + # A cleaner solution might be this one : # https://github.com/dmacvicar/terraform-provider-libvirt/pull/895#issuecomment-1911167872 xml {