Add HCL syntax highlighting in markdown
This commit is contained in:
parent
fc98724ee0
commit
30e52845f3
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user