We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382ecbe commit 0856861Copy full SHA for 0856861
libvirt/data_source_libvirt_nodeinfo.go
@@ -17,8 +17,8 @@ import (
17
// locals {
18
// arch = data.external.native_machine_details.result["arch"]
19
// images = {
20
-// "debian-x86_64" = "/srv/images/debian-12-backports-generic-amd64.qcow2",
21
-// "debian-aarch64" = "/srv/images/debian-12-backports-generic-arm64.qcow2",
+// "x86_64" = "/srv/images/debian-12-backports-generic-amd64.qcow2",
+// "aarch64" = "/srv/images/debian-12-backports-generic-arm64.qcow2",
22
// }
23
// image_path = local.images["debian-${local.arch}"]
24
0 commit comments