mirror of
https://github.com/apricote/flatcar-packer-hcloud.git
synced 2026-01-13 13:21:01 +00:00
fix: invalid var reference
This commit is contained in:
parent
d552ddc24a
commit
b4a78b31bd
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ build {
|
|||
"$channel", var.channel),
|
||||
"$version", local.version),
|
||||
"$architecture", source.value),
|
||||
"$board", local.boards[source.name])
|
||||
"$board", local.boards[source.value])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue