From 30e52845f3c6605e6cf546d6047d514b2519e734 Mon Sep 17 00:00:00 2001 From: Isshi0417 Date: Fri, 3 Jul 2026 01:16:23 +0900 Subject: [PATCH] Add HCL syntax highlighting in markdown --- docs/02_terraform_provisioning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02_terraform_provisioning.md b/docs/02_terraform_provisioning.md index 0013a23..e33167f 100644 --- a/docs/02_terraform_provisioning.md +++ b/docs/02_terraform_provisioning.md @@ -64,7 +64,7 @@ I bypassed the automatic attachment and configured a custom block: 1. I created the cloud-init resource as a raw disk (.raw extension instead of .iso to bypass provider type validation). 2. I attached it explicitly to the domain as a SCSI disk: -``` +```hcl disk { volume_id = libvirt_cloudinit_disk.commoninit[each.key].id scsi = true