Add HCL syntax highlighting in markdown

This commit is contained in:
Isshi0417 2026-07-03 01:16:23 +09:00
parent fc98724ee0
commit 30e52845f3

View File

@ -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). 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: 2. I attached it explicitly to the domain as a SCSI disk:
``` ```hcl
disk { disk {
volume_id = libvirt_cloudinit_disk.commoninit[each.key].id volume_id = libvirt_cloudinit_disk.commoninit[each.key].id
scsi = true scsi = true