Skip to content

Commit 0856861

Browse files
author
Memet Bilgin
committed
fix example snippet
1 parent 382ecbe commit 0856861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libvirt/data_source_libvirt_nodeinfo.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import (
1717
// locals {
1818
// arch = data.external.native_machine_details.result["arch"]
1919
// images = {
20-
// "debian-x86_64" = "/srv/images/debian-12-backports-generic-amd64.qcow2",
21-
// "debian-aarch64" = "/srv/images/debian-12-backports-generic-arm64.qcow2",
20+
// "x86_64" = "/srv/images/debian-12-backports-generic-amd64.qcow2",
21+
// "aarch64" = "/srv/images/debian-12-backports-generic-arm64.qcow2",
2222
// }
2323
// image_path = local.images["debian-${local.arch}"]
2424
// }

0 commit comments

Comments
 (0)